Package org.mozilla.geckoview
Class ContentBlocking.EtpCategory
Object
org.mozilla.geckoview.ContentBlocking.EtpCategory
- Enclosing class:
- ContentBlocking
Possible settings for ETP category.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intThe custom ETP category, allowing the user to choose which anti-tracking to enable.static final intThe default ETP category, balancing privacy and web compatibility.static final intThe strict ETP category, blocking more trackers but potentially breaking more sites. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
STANDARD
public static final int STANDARDThe default ETP category, balancing privacy and web compatibility.- See Also:
-
STRICT
public static final int STRICTThe strict ETP category, blocking more trackers but potentially breaking more sites.- See Also:
-
CUSTOM
public static final int CUSTOMThe custom ETP category, allowing the user to choose which anti-tracking to enable.- See Also:
-
-
Constructor Details
-
EtpCategory
public EtpCategory()
-