[tbb-commits] [tor-browser/tor-browser-31.6.0esr-4.5-1] fixup! TB4: Tor Browser's Firefox preference overrides.
gk at torproject.org
gk at torproject.org
Mon Apr 6 08:02:44 UTC 2015
commit ff924f41b59068793d0785229619c33a2baa10ff
Author: Arthur Edelstein <arthuredelstein at gmail.com>
Date: Thu Apr 2 15:14:37 2015 -0700
fixup! TB4: Tor Browser's Firefox preference overrides.
---
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 0198b98..13bcf8e 100644
--- a/browser/app/profile/000-tor-browser.js
+++ b/browser/app/profile/000-tor-browser.js
@@ -95,6 +95,7 @@ pref("network.http.spdy.enabled", false); // Stores state and may have keepalive
pref("network.http.spdy.enabled.v2", false); // Seems redundant, but just in case
pref("network.http.spdy.enabled.v3", false); // Seems redundant, but just in case
pref("privacy.thirdparty.isolate", 2); // Always enforce third party isolation
+pref("dom.workers.sharedWorkers.enabled", false); // See https://bugs.torproject.org/15562
// Proxy and proxy security
pref("network.proxy.socks", "127.0.0.1");
More information about the tbb-commits
mailing list