- Enclosing class:
- HttpHeaders
public static final class HttpHeaders.ReferrerPolicyValues
extends Object
- Since:
- 23.4
-
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
NO_REFERRER
public static final String NO_REFERRER
- See Also:
-
-
NO_REFFERER_WHEN_DOWNGRADE
public static final String NO_REFFERER_WHEN_DOWNGRADE
- See Also:
-
-
SAME_ORIGIN
public static final String SAME_ORIGIN
- See Also:
-
-
ORIGIN
public static final String ORIGIN
- See Also:
-
-
STRICT_ORIGIN
public static final String STRICT_ORIGIN
- See Also:
-
-
ORIGIN_WHEN_CROSS_ORIGIN
public static final String ORIGIN_WHEN_CROSS_ORIGIN
- See Also:
-
-
STRICT_ORIGIN_WHEN_CROSS_ORIGIN
public static final String STRICT_ORIGIN_WHEN_CROSS_ORIGIN
- See Also:
-
-
UNSAFE_URL
public static final String UNSAFE_URL
- See Also:
-