Class ContentBlocking.EtpLevel

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

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

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Enable ETP for ads, analytic, and social tracking lists.
    static final int
    Do not enable ETP at all.
    static final int
    Enable ETP for all of the default lists as well as the content list.
  • 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

    • NONE

      public static final int NONE
      Do not enable ETP at all.
      See Also:
    • DEFAULT

      public static final int DEFAULT
      Enable ETP for ads, analytic, and social tracking lists.
      See Also:
    • STRICT

      public static final int STRICT
      Enable ETP for all of the default lists as well as the content list. May break many sites!
      See Also:
  • Constructor Details

    • EtpLevel

      public EtpLevel()