Class ContentBlocking.AntiTracking

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

public static class ContentBlocking.AntiTracking extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Block advertisement trackers.
    static final int
    Block analytics trackers.
    static final int
    Block content trackers.
    static final int
    Block cryptocurrency miners.
    static final int
    Block ad, analytic, social and test trackers.
    static final int
    Block email trackers
    static final int
    Block fingerprinting trackers.
    static final int
     
    static final int
    Block social trackers.
    static final int
    Block trackers on the Social Tracking Protection list.
    static final int
    Block all known trackers.
    static final int
    Block Gecko test trackers (used for tests).
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
     
  • 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
      See Also:
    • ANALYTIC

      public static final int ANALYTIC
      Block analytics trackers.
      See Also:
    • SOCIAL

      public static final int SOCIAL
      Block social trackers. Note: This is not the same as "Social Tracking Protection", which is controlled by STP.
      See Also:
    • CONTENT

      public static final int CONTENT
      Block content trackers. May cause issues with some web sites.
      See Also:
    • TEST

      public static final int TEST
      Block Gecko test trackers (used for tests).
      See Also:
    • CRYPTOMINING

      public static final int CRYPTOMINING
      Block cryptocurrency miners.
      See Also:
    • FINGERPRINTING

      public static final int FINGERPRINTING
      Block fingerprinting trackers.
      See Also:
    • STP

      public static final int STP
      Block trackers on the Social Tracking Protection list.
      See Also:
    • EMAIL

      public static final int EMAIL
      Block email trackers
      See Also:
    • DEFAULT

      public static final int DEFAULT
      Block ad, analytic, social and test trackers.
      See Also:
    • STRICT

      public static final int STRICT
      Block all known trackers. May cause issues with some web sites.
      See Also:
  • Constructor Details

    • AntiTracking

      protected AntiTracking()