[tor-commits] [tor-browser/geckoview-94.0-11.5-1] squash! TB4: Tor Browser's Firefox preference overrides.

sysrqb at torproject.org sysrqb at torproject.org
Thu Jan 13 21:02:40 UTC 2022


commit a256bacf1cbbe28745832a5363806df078394981
Author: Georg Koppen <gk at torproject.org>
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
 





More information about the tor-commits mailing list