[tor-commits] [tor-browser/tor-browser-60.1.0esr-8.0-1] squash! TB4: Tor Browser's Firefox preference overrides.

gk at torproject.org gk at torproject.org
Mon Jul 23 09:12:51 UTC 2018


commit 3f03e30163c2117f5849a7fdc0f3b41b094eb8bd
Author: Arthur Edelstein <arthuredelstein at gmail.com>
Date:   Sat Jul 14 23:37:06 2018 -0700

    squash! TB4: Tor Browser's Firefox preference overrides.
    
    Bug 26603: Remove obsolete http pipelining prefs
---
 browser/app/profile/000-tor-browser.js | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/browser/app/profile/000-tor-browser.js b/browser/app/profile/000-tor-browser.js
index c3d83adf7d43..0981831a5c68 100644
--- a/browser/app/profile/000-tor-browser.js
+++ b/browser/app/profile/000-tor-browser.js
@@ -267,11 +267,6 @@ pref("javascript.options.asmjs", false);
 pref("gfx.font_rendering.graphite.enabled", false);
 
 // Network and performance
-pref("network.http.pipelining", true);
-pref("network.http.pipelining.aggressive", true);
-pref("network.http.pipelining.maxrequests", 12);
-pref("network.http.pipelining.ssl", true);
-pref("network.http.proxy.pipelining", true);
 pref("security.ssl.enable_false_start", true);
 pref("network.http.connection-retry-timeout", 0);
 pref("network.http.max-persistent-connections-per-proxy", 256);



More information about the tor-commits mailing list