[tor-commits] [tor-browser/tor-browser-38.1.0esr-5.0-1] fixup! TB4: Tor Browser's Firefox preference overrides.

mikeperry at torproject.org mikeperry at torproject.org
Wed Jul 22 03:14:15 UTC 2015


commit e3fae7ba7211c2c843ef3bd86998f146ae74ecdc
Author: Mike Perry <mikeperry-git at torproject.org>
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");



More information about the tor-commits mailing list