commit ff924f41b59068793d0785229619c33a2baa10ff
Author: Arthur Edelstein <[email protected]>
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");

_______________________________________________
tor-commits mailing list
[email protected]
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits

Reply via email to