[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [tor-browser/geckoview-94.0-11.5-1] squash! TB4: Tor Browser's Firefox preference overrides.
commit a256bacf1cbbe28745832a5363806df078394981
Author: Georg Koppen <gk@xxxxxxxxxxxxxx>
Date: Mon Dec 13 13:00:02 2021 +0000
squash! TB4: Tor Browser's Firefox preference overrides.
Bug 40736: Disable third-party cookies in PBM
---
browser/app/profile/000-tor-browser.js | 1 +
1 file changed, 1 insertion(+)
diff --git a/browser/app/profile/000-tor-browser.js b/browser/app/profile/000-tor-browser.js
index cc716dd5a6b7..8a278cc48b4a 100644
--- a/browser/app/profile/000-tor-browser.js
+++ b/browser/app/profile/000-tor-browser.js
@@ -186,6 +186,7 @@ pref("dom.enable_event_timing", false);
pref("privacy.firstparty.isolate", true); // Always enforce first party isolation
pref("privacy.partition.network_state", false); // Disable for now until audit
pref("network.cookie.cookieBehavior", 1);
+pref("network.cookie.cookieBehavior.pbmode", 1);
pref("network.http.spdy.allow-push", false); // Disabled for now. See https://bugs.torproject.org/27127
pref("network.predictor.enabled", false); // Temporarily disabled. See https://bugs.torproject.org/16633
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits