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-Policyheader.- Since:
 - 23.4
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static StringNO_REFERRERstatic StringNO_REFFERER_WHEN_DOWNGRADEstatic StringORIGINstatic StringORIGIN_WHEN_CROSS_ORIGINstatic StringSAME_ORIGINstatic StringSTRICT_ORIGINstatic StringSTRICT_ORIGIN_WHEN_CROSS_ORIGINstatic StringUNSAFE_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
 
 
 - 
 
 -