Package com.google.common.net
Class HttpHeaders.ReferrerPolicyValues
- java.lang.Object
-
- com.google.common.net.HttpHeaders.ReferrerPolicyValues
-
- Enclosing class:
- HttpHeaders
public static final class HttpHeaders.ReferrerPolicyValues extends Object
Values for theReferrer-Policy
header.- Since:
- 23.4
-
-
Field Summary
Fields Modifier and Type Field Description static String
NO_REFERRER
static String
NO_REFFERER_WHEN_DOWNGRADE
static String
ORIGIN
static String
ORIGIN_WHEN_CROSS_ORIGIN
static String
SAME_ORIGIN
static String
STRICT_ORIGIN
static String
STRICT_ORIGIN_WHEN_CROSS_ORIGIN
static String
UNSAFE_URL
-
-
-
Field Detail
-
NO_REFERRER
public static final String NO_REFERRER
- See Also:
- Constant Field Values
-
NO_REFFERER_WHEN_DOWNGRADE
public static final String NO_REFFERER_WHEN_DOWNGRADE
- See Also:
- Constant Field Values
-
SAME_ORIGIN
public static final String SAME_ORIGIN
- See Also:
- Constant Field Values
-
ORIGIN
public static final String ORIGIN
- See Also:
- Constant Field Values
-
STRICT_ORIGIN
public static final String STRICT_ORIGIN
- See Also:
- Constant Field Values
-
ORIGIN_WHEN_CROSS_ORIGIN
public static final String ORIGIN_WHEN_CROSS_ORIGIN
- See Also:
- Constant Field Values
-
STRICT_ORIGIN_WHEN_CROSS_ORIGIN
public static final String STRICT_ORIGIN_WHEN_CROSS_ORIGIN
- See Also:
- Constant Field Values
-
UNSAFE_URL
public static final String UNSAFE_URL
- See Also:
- Constant Field Values
-
-