mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-11 14:28:42 +00:00
Bug 1561385 - [1.0] Change GeckoView cookie behavior default to block third-party trackers (ETP). r=snorp,geckoview-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D36980 --HG-- extra : moz-landing-system : lando
This commit is contained in:
parent
243ebfd35f
commit
4365e8f0ed
@ -90,7 +90,7 @@ public class ContentBlocking {
|
||||
/* package */ final Pref<Boolean> mSbPhishing = new Pref<Boolean>(
|
||||
"browser.safebrowsing.phishing.enabled", true);
|
||||
/* package */ final Pref<Integer> mCookieBehavior = new Pref<Integer>(
|
||||
"network.cookie.cookieBehavior", COOKIE_ACCEPT_ALL);
|
||||
"network.cookie.cookieBehavior", COOKIE_ACCEPT_NON_TRACKERS);
|
||||
/* package */ final Pref<Integer> mCookieLifetime = new Pref<Integer>(
|
||||
"network.cookie.lifetimePolicy", COOKIE_LIFETIME_NORMAL);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user