public static final class HttpHeaders.ReferrerPolicyValues extends Object
Referrer-Policy
header.Modifier and Type | Field and Description |
---|---|
static String |
NO_REFERRER
The Constant NO_REFERRER.
|
static String |
NO_REFFERER_WHEN_DOWNGRADE
The Constant NO_REFFERER_WHEN_DOWNGRADE.
|
static String |
ORIGIN
The Constant ORIGIN.
|
static String |
ORIGIN_WHEN_CROSS_ORIGIN
The Constant ORIGIN_WHEN_CROSS_ORIGIN.
|
static String |
SAME_ORIGIN
The Constant SAME_ORIGIN.
|
static String |
STRICT_ORIGIN
The Constant STRICT_ORIGIN.
|
static String |
STRICT_ORIGIN_WHEN_CROSS_ORIGIN
The Constant STRICT_ORIGIN_WHEN_CROSS_ORIGIN.
|
static String |
UNSAFE_URL
The Constant UNSAFE_URL.
|
public static final String NO_REFERRER
public static final String NO_REFFERER_WHEN_DOWNGRADE
public static final String SAME_ORIGIN
public static final String ORIGIN
public static final String STRICT_ORIGIN
public static final String ORIGIN_WHEN_CROSS_ORIGIN
public static final String STRICT_ORIGIN_WHEN_CROSS_ORIGIN
public static final String UNSAFE_URL
Copyright © 2020. All rights reserved.