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

gk at torproject.org gk at torproject.org
Thu Apr 21 08:55:08 UTC 2016


commit c09f525e5fab36a204291a2cae018a98be92018a
Author: Arthur Edelstein <arthuredelstein at gmail.com>
Date:   Mon Apr 18 11:08:41 2016 -0700

    fixup! TB4: Tor Browser's Firefox preference overrides.
    
    We disable HTTP Alternative-Services (bug 16673).
---
 browser/app/profile/000-tor-browser.js | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/browser/app/profile/000-tor-browser.js b/browser/app/profile/000-tor-browser.js
index 4935bcd..e98e5c4 100644
--- a/browser/app/profile/000-tor-browser.js
+++ b/browser/app/profile/000-tor-browser.js
@@ -149,6 +149,8 @@ pref("privacy.thirdparty.isolate", 2); // Always enforce third party isolation
 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
+pref("network.http.altsvc.enabled", false); // Temporarily disabled. See https://bugs.torproject.org/16673
+pref("network.http.altsvc.oe", false); // Temporarily disabled. See https://bugs.torproject.org/16673
 
 // Proxy and proxy security
 pref("network.proxy.socks", "127.0.0.1");



More information about the tor-commits mailing list