Class ContentBlocking.EtpCategory

Object
org.mozilla.geckoview.ContentBlocking.EtpCategory
Enclosing class:
ContentBlocking

public static class ContentBlocking.EtpCategory extends Object
Possible settings for ETP category.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    The custom ETP category, allowing the user to choose which anti-tracking to enable.
    static final int
    The default ETP category, balancing privacy and web compatibility.
    static final int
    The strict ETP category, blocking more trackers but potentially breaking more sites.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • STANDARD

      public static final int STANDARD
      The default ETP category, balancing privacy and web compatibility.
      See Also:
    • STRICT

      public static final int STRICT
      The strict ETP category, blocking more trackers but potentially breaking more sites.
      See Also:
    • CUSTOM

      public static final int CUSTOM
      The custom ETP category, allowing the user to choose which anti-tracking to enable.
      See Also:
  • Constructor Details

    • EtpCategory

      public EtpCategory()