public static class ContentBlockingController.Event extends Object
Modifier and Type | Field and Description |
---|---|
static int |
BLOCKED_CRYPTOMINING_CONTENT
Cryptomining content has been blocked from loading.
|
static int |
BLOCKED_FINGERPRINTING_CONTENT
Fingerprinting content has been blocked from loading.
|
static int |
BLOCKED_SOCIALTRACKING_CONTENT
SocialTracking content has been blocked from loading.
|
static int |
BLOCKED_TRACKING_CONTENT
Tracking content has been blocked from loading.
|
static int |
BLOCKED_UNSAFE_CONTENT
Content which appears on the SafeBrowsing list has been blocked from loading.
|
static int |
COOKIES_BLOCKED_ALL
Rejected because cookie policy blocks all cookies.
|
static int |
COOKIES_BLOCKED_BY_PERMISSION
Rejected for custom site permission.
|
static int |
COOKIES_BLOCKED_FOREIGN
Rejected because cookie policy blocks 3rd party cookies.
|
static int |
COOKIES_BLOCKED_SOCIALTRACKER
Rejected because the resource is a tracker from a social origin and
cookie policy doesn't allow its loading.
|
static int |
COOKIES_BLOCKED_TRACKER
Rejected because the resource is a tracker and cookie policy doesn't
allow its loading.
|
static int |
COOKIES_LOADED
Performed a storage access check, which usually means something like a
cookie or a storage item was loaded/stored on the current tab.
|
static int |
COOKIES_LOADED_SOCIALTRACKER
Similar to
COOKIES_LOADED , but only sent if the subject of the
action was a third-party social tracker when the active cookie policy
imposes restrictions on such content. |
static int |
COOKIES_LOADED_TRACKER
Similar to
COOKIES_LOADED , but only sent if the subject of the
action was a third-party tracker when the active cookie policy imposes
restrictions on such content. |
static int |
COOKIES_PARTITIONED_FOREIGN
Rejected because the resource is a third-party and cookie policy forces
third-party resources to be partitioned.
|
static int |
LOADED_CRYPTOMINING_CONTENT
Cryptomining content has been loaded.
|
static int |
LOADED_FINGERPRINTING_CONTENT
Fingerprinting content has been loaded.
|
static int |
LOADED_LEVEL_1_TRACKING_CONTENT
Level 1 tracking content has been loaded.
|
static int |
LOADED_LEVEL_2_TRACKING_CONTENT
Level 2 tracking content has been loaded.
|
static int |
LOADED_SOCIALTRACKING_CONTENT
SocialTracking content has been loaded.
|
static int |
REPLACED_TRACKING_CONTENT
Indicates that content that would have been blocked has instead been
replaced with a shim.
|
Modifier | Constructor and Description |
---|---|
protected |
Event() |
public static final int BLOCKED_TRACKING_CONTENT
public static final int LOADED_LEVEL_1_TRACKING_CONTENT
public static final int LOADED_LEVEL_2_TRACKING_CONTENT
public static final int BLOCKED_FINGERPRINTING_CONTENT
public static final int LOADED_FINGERPRINTING_CONTENT
public static final int BLOCKED_CRYPTOMINING_CONTENT
public static final int LOADED_CRYPTOMINING_CONTENT
public static final int BLOCKED_UNSAFE_CONTENT
public static final int COOKIES_LOADED
public static final int COOKIES_LOADED_TRACKER
COOKIES_LOADED
, but only sent if the subject of the
action was a third-party tracker when the active cookie policy imposes
restrictions on such content.public static final int COOKIES_LOADED_SOCIALTRACKER
COOKIES_LOADED
, but only sent if the subject of the
action was a third-party social tracker when the active cookie policy
imposes restrictions on such content.public static final int COOKIES_BLOCKED_BY_PERMISSION
public static final int COOKIES_BLOCKED_TRACKER
public static final int COOKIES_BLOCKED_SOCIALTRACKER
public static final int COOKIES_BLOCKED_ALL
public static final int COOKIES_PARTITIONED_FOREIGN
public static final int COOKIES_BLOCKED_FOREIGN
public static final int BLOCKED_SOCIALTRACKING_CONTENT
public static final int LOADED_SOCIALTRACKING_CONTENT
public static final int REPLACED_TRACKING_CONTENT