[tor-commits] [tor-browser/tor-browser-68.4.1esr-9.5-1] fixup! TB4: Tor Browser's Firefox preference overrides.
boklm at torproject.org
boklm at torproject.org
Tue Jan 28 23:38:03 UTC 2020
commit e8411693ccfa757557eecd97baaa8bb12a5c87dc
Author: Nicolas Vigier <boklm at torproject.org>
Date: Wed Jan 15 13:16:44 2020 +0100
fixup! TB4: Tor Browser's Firefox preference overrides.
Bug 32948: Make referer behavior consistent regardless of private
browing mode status
---
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 1e054bf4a0c9..0176e8feb64d 100644
--- a/browser/app/profile/000-tor-browser.js
+++ b/browser/app/profile/000-tor-browser.js
@@ -137,6 +137,7 @@ pref("privacy.resistFingerprinting.letterboxing", true);
// https://trac.torproject.org/projects/tor/ticket/27268#comment:19. We should
// not leak that difference if possible.
pref("dom.netinfo.enabled", false);
+pref("network.http.referer.defaultPolicy", 2); // Bug 32948: Make referer behavior consistent regardless of private browing mode status
// Third party stuff
pref("privacy.firstparty.isolate", true); // Always enforce first party isolation
More information about the tor-commits
mailing list