You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.
runtime.settings.contentBlocking.setAntiTracking(AntiTracking.DEFAULT+AntiTracking.CONTENT+AntiTracking.STP)
runtime.settings.contentBlocking.setCookieBehavior(CookieBehavior.ACCEPT_NON_TRACKERS)
// When set to true blocks scripts/sub-resources
geckoSession.settings.useTrackingProtection =false
Strict should be:
That's equivalent on GeckoView to:
runtime.settings.contentBlocking.setStrictSocialTrackingProtection(true)
runtime.settings.contentBlocking.setAntiTracking(AntiTracking.DEFAULT+AntiTracking.FINGERPRINTING+AntiTracking.CRYPTOMINING)
runtime.settings.contentBlocking.setCookieBehavior(CookieBehavior.ACCEPT_NON_TRACKERS)
// When set to true blocks scripts/sub-resources
geckoSession.settings.useTrackingProtection =true
Amejia481
added a commit
to Amejia481/android-components
that referenced
this issue
Sep 10, 2019
As FireFox Desktop changed the default tracking protection policies on ac we want to align with their policies.
┆Issue is synchronized with this Jira Task
The text was updated successfully, but these errors were encountered: