Package org.mozilla.geckoview
Class ContentBlockingController.Event
Object
org.mozilla.geckoview.ContentBlockingController.Event
- Enclosing class:
- ContentBlockingController
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Indicates that content that would have been blocked has instead been allowed by a shim.static final int
Cryptomining content has been blocked from loading.static final int
Email content has been blocked from loading.static final int
Fingerprinting content has been blocked from loading.static final int
SocialTracking content has been blocked from loading.static final int
Indicates that suspicious fingerprinting content has been blockedstatic final int
Tracking content has been blocked from loading.static final int
Content which appears on the SafeBrowsing list has been blocked from loading.static final int
Rejected because cookie policy blocks all cookies.static final int
Rejected for custom site permission.static final int
Rejected because cookie policy blocks 3rd party cookies.static final int
Rejected because the resource is a tracker from a social origin and cookie policy doesn't allow its loading.static final int
Rejected because the resource is a tracker and cookie policy doesn't allow its loading.static final int
Performed a storage access check, which usually means something like a cookie or a storage item was loaded/stored on the current tab.static final int
Similar toCOOKIES_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 final int
Similar toCOOKIES_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 final int
Rejected because the resource is a third-party and cookie policy forces third-party resources to be partitioned.static final int
Cryptomining content has been loaded.static final int
EmailTracking content from the Disconnect level 1 has been loaded.static final int
EmailTracking content from the Disconnect level 2 has been loaded.static final int
Fingerprinting content has been loaded.static final int
Level 1 tracking content has been loaded.static final int
Level 2 tracking content has been loaded.static final int
SocialTracking content has been loaded.static final int
Indicates that bounce trackers have been purged.static final int
Indicates that content that would have been blocked has instead been replaced with a shim. -
Constructor Summary
-
Method Summary
-
Field Details
-
BLOCKED_TRACKING_CONTENT
public static final int BLOCKED_TRACKING_CONTENTTracking content has been blocked from loading.- See Also:
-
LOADED_LEVEL_1_TRACKING_CONTENT
public static final int LOADED_LEVEL_1_TRACKING_CONTENTLevel 1 tracking content has been loaded.- See Also:
-
LOADED_LEVEL_2_TRACKING_CONTENT
public static final int LOADED_LEVEL_2_TRACKING_CONTENTLevel 2 tracking content has been loaded.- See Also:
-
BLOCKED_FINGERPRINTING_CONTENT
public static final int BLOCKED_FINGERPRINTING_CONTENTFingerprinting content has been blocked from loading.- See Also:
-
LOADED_FINGERPRINTING_CONTENT
public static final int LOADED_FINGERPRINTING_CONTENTFingerprinting content has been loaded.- See Also:
-
BLOCKED_CRYPTOMINING_CONTENT
public static final int BLOCKED_CRYPTOMINING_CONTENTCryptomining content has been blocked from loading.- See Also:
-
LOADED_CRYPTOMINING_CONTENT
public static final int LOADED_CRYPTOMINING_CONTENTCryptomining content has been loaded.- See Also:
-
BLOCKED_UNSAFE_CONTENT
public static final int BLOCKED_UNSAFE_CONTENTContent which appears on the SafeBrowsing list has been blocked from loading.- See Also:
-
COOKIES_LOADED
public static final int COOKIES_LOADEDPerformed a storage access check, which usually means something like a cookie or a storage item was loaded/stored on the current tab. Alternatively this could indicate that something in the current tab attempted to communicate with its same-origin counterparts in other tabs.- See Also:
-
COOKIES_LOADED_TRACKER
public static final int COOKIES_LOADED_TRACKERSimilar toCOOKIES_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.- See Also:
-
COOKIES_LOADED_SOCIALTRACKER
public static final int COOKIES_LOADED_SOCIALTRACKERSimilar toCOOKIES_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.- See Also:
-
COOKIES_BLOCKED_BY_PERMISSION
public static final int COOKIES_BLOCKED_BY_PERMISSIONRejected for custom site permission.- See Also:
-
COOKIES_BLOCKED_TRACKER
public static final int COOKIES_BLOCKED_TRACKERRejected because the resource is a tracker and cookie policy doesn't allow its loading.- See Also:
-
COOKIES_BLOCKED_SOCIALTRACKER
public static final int COOKIES_BLOCKED_SOCIALTRACKERRejected because the resource is a tracker from a social origin and cookie policy doesn't allow its loading.- See Also:
-
COOKIES_BLOCKED_ALL
public static final int COOKIES_BLOCKED_ALLRejected because cookie policy blocks all cookies.- See Also:
-
COOKIES_PARTITIONED_FOREIGN
public static final int COOKIES_PARTITIONED_FOREIGNRejected because the resource is a third-party and cookie policy forces third-party resources to be partitioned.- See Also:
-
COOKIES_BLOCKED_FOREIGN
public static final int COOKIES_BLOCKED_FOREIGNRejected because cookie policy blocks 3rd party cookies.- See Also:
-
BLOCKED_SOCIALTRACKING_CONTENT
public static final int BLOCKED_SOCIALTRACKING_CONTENTSocialTracking content has been blocked from loading.- See Also:
-
LOADED_SOCIALTRACKING_CONTENT
public static final int LOADED_SOCIALTRACKING_CONTENTSocialTracking content has been loaded.- See Also:
-
BLOCKED_EMAILTRACKING_CONTENT
public static final int BLOCKED_EMAILTRACKING_CONTENTEmail content has been blocked from loading.- See Also:
-
LOADED_EMAILTRACKING_LEVEL_1_CONTENT
public static final int LOADED_EMAILTRACKING_LEVEL_1_CONTENTEmailTracking content from the Disconnect level 1 has been loaded.- See Also:
-
LOADED_EMAILTRACKING_LEVEL_2_CONTENT
public static final int LOADED_EMAILTRACKING_LEVEL_2_CONTENTEmailTracking content from the Disconnect level 2 has been loaded.- See Also:
-
REPLACED_TRACKING_CONTENT
public static final int REPLACED_TRACKING_CONTENTIndicates that content that would have been blocked has instead been replaced with a shim.- See Also:
-
ALLOWED_TRACKING_CONTENT
public static final int ALLOWED_TRACKING_CONTENTIndicates that content that would have been blocked has instead been allowed by a shim.- See Also:
-
PURGED_BOUNCETRACKER
public static final int PURGED_BOUNCETRACKERIndicates that bounce trackers have been purged.- See Also:
-
BLOCKED_SUSPICIOUS_FINGERPRINTING
public static final int BLOCKED_SUSPICIOUS_FINGERPRINTINGIndicates that suspicious fingerprinting content has been blocked- See Also:
-
-
Constructor Details
-
Event
protected Event()
-