commit e3fae7ba7211c2c843ef3bd86998f146ae74ecdc
Author: Mike Perry <[email protected]>
Date:   Tue Jul 21 20:13:44 2015 -0700

    fixup! TB4: Tor Browser's Firefox preference overrides.
    
    Bug #16625: Fully disable network prediction. It was already partially
    disabled anyhow.
---
 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 af0ffdd..52fa327 100644
--- a/browser/app/profile/000-tor-browser.js
+++ b/browser/app/profile/000-tor-browser.js
@@ -114,6 +114,7 @@ pref("privacy.thirdparty.isolate", 2); // Always enforce 
third party isolation
 pref("dom.workers.sharedWorkers.enabled", false); // See 
https://bugs.torproject.org/15562
 pref("network.http.spdy.enabled.http2", false); // Temporarily disabled 
pending implementation review
 pref("network.http.spdy.enabled.http2draft", false); // Temporarily disabled 
pending implementation review
+pref("network.predictor.enabled", false); // Temporarily disabled. See 
https://bugs.torproject.org/16633
 
 // 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