public static final class HttpHeaders.ReferrerPolicyValues extends Object
Referrer-Policy
header.Modifier and Type | Field and 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 |
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 © 2010–2019. All rights reserved.