Package org.mozilla.geckoview
Class ContentBlockingController.TrackingDbEvent
Object
org.mozilla.geckoview.ContentBlockingController.TrackingDbEvent
- Enclosing class:
- ContentBlockingController
An entry from the content blocking aggregate database. The tracker type constants are expected
to match the same from nsITrackingDBService.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intRedirect-based trackers.final intThe aggregated count for this type on the given date.static final intCryptocurrency miners.final StringThe date for this event, in "YYYY-MM-DD" format.static final intFingerprinting trackers.static final intGeneric cookies.static final intSocial trackers from the social-track-digest256 list.static final intScripts potentially aiding in fingerprinting.static final intGeneric tracking scripts.static final intGeneric tracking cookies.final intThe tracker type for this event. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedProtected constructor for TrackingDBEvent. -
Method Summary
-
Field Details
-
OTHER_COOKIES_BLOCKED_ID
public static final int OTHER_COOKIES_BLOCKED_IDGeneric cookies.- See Also:
-
TRACKERS_ID
public static final int TRACKERS_IDGeneric tracking scripts.- See Also:
-
TRACKING_COOKIES_ID
public static final int TRACKING_COOKIES_IDGeneric tracking cookies.- See Also:
-
CRYPTOMINERS_ID
public static final int CRYPTOMINERS_IDCryptocurrency miners.- See Also:
-
FINGERPRINTERS_ID
public static final int FINGERPRINTERS_IDFingerprinting trackers.- See Also:
-
SOCIAL_ID
public static final int SOCIAL_IDSocial trackers from the social-track-digest256 list.- See Also:
-
SUSPICIOUS_FINGERPRINTERS_ID
public static final int SUSPICIOUS_FINGERPRINTERS_IDScripts potentially aiding in fingerprinting.- See Also:
-
BOUNCETRACKERS_ID
public static final int BOUNCETRACKERS_IDRedirect-based trackers. [Bounce tracking mitigations](https://developer.mozilla.org/en-US/docs/Web/Privacy/Guides/Bounce_tracking_mitigations)- See Also:
-
type
public final int typeThe tracker type for this event. -
count
public final int countThe aggregated count for this type on the given date. -
date
The date for this event, in "YYYY-MM-DD" format. May be null if this is not known.
-
-
Constructor Details
-
TrackingDbEvent
protected TrackingDbEvent()Protected constructor for TrackingDBEvent.
-