public static class ContentBlocking.CookieBehavior extends Object
Modifier and Type | Field and Description |
---|---|
static int |
ACCEPT_ALL
Accept first-party and third-party cookies and site data.
|
static int |
ACCEPT_FIRST_PARTY
Accept only first-party cookies and site data to block cookies which are
not associated with the domain of the visited site.
|
static int |
ACCEPT_FIRST_PARTY_AND_ISOLATE_OTHERS
Enable dynamic first party isolation (dFPI); this will block third-party tracking
cookies in accordance with the ETP level and isolate non-tracking third-party
cookies.
|
static int |
ACCEPT_NON_TRACKERS
Accept only first-party and non-tracking third-party cookies and site data
to block cookies which are not associated with the domain of the visited
site set by known trackers.
|
static int |
ACCEPT_NONE
Do not store any cookies and site data.
|
static int |
ACCEPT_VISITED
Accept first-party and third-party cookies and site data only from
sites previously visited in a first-party context.
|
Modifier | Constructor and Description |
---|---|
protected |
CookieBehavior() |
public static final int ACCEPT_ALL
public static final int ACCEPT_FIRST_PARTY
public static final int ACCEPT_NONE
public static final int ACCEPT_VISITED
public static final int ACCEPT_NON_TRACKERS
public static final int ACCEPT_FIRST_PARTY_AND_ISOLATE_OTHERS