@AnyThread public class ContentBlocking extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ContentBlocking.AntiTracking |
static class |
ContentBlocking.BlockEvent
Holds content block event details.
|
static class |
ContentBlocking.CookieBehavior |
static class |
ContentBlocking.CookieLifetime |
static interface |
ContentBlocking.Delegate
GeckoSession applications implement this interface to handle content
blocking events.
|
static class |
ContentBlocking.EtpLevel
Possible settings for ETP.
|
static class |
ContentBlocking.SafeBrowsing |
static class |
ContentBlocking.SafeBrowsingProvider
Holds configuration for a SafeBrowsing provider.
|
static class |
ContentBlocking.Settings |
Modifier and Type | Field and Description |
---|---|
static ContentBlocking.SafeBrowsingProvider |
GOOGLE_LEGACY_SAFE_BROWSING_PROVIDER
ContentBlocking.SafeBrowsingProvider configuration for Google's legacy SafeBrowsing server. |
static ContentBlocking.SafeBrowsingProvider |
GOOGLE_SAFE_BROWSING_PROVIDER
ContentBlocking.SafeBrowsingProvider configuration for Google's SafeBrowsing server. |
Modifier | Constructor and Description |
---|---|
protected |
ContentBlocking() |
public static final ContentBlocking.SafeBrowsingProvider GOOGLE_LEGACY_SAFE_BROWSING_PROVIDER
ContentBlocking.SafeBrowsingProvider
configuration for Google's legacy SafeBrowsing server.public static final ContentBlocking.SafeBrowsingProvider GOOGLE_SAFE_BROWSING_PROVIDER
ContentBlocking.SafeBrowsingProvider
configuration for Google's SafeBrowsing server.