[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
Sat Aug 25 06:23:45 UTC 2018


commit 853758c5aede1fbe3f1402a9bd62b731795f1564
Author: Arthur Edelstein <arthuredelstein at gmail.com>
Date:   Fri Aug 24 15:49:25 2018 -0700

    squash! TB4: Tor Browser's Firefox preference overrides.
    
    Bug 27262: Remove leftover HTTP pipelining preferences
    The prefs were removed from Firefox in
    https://bugzilla.mozilla.org/show_bug.cgi?id=1340655
---
 browser/app/profile/000-tor-browser.js | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/browser/app/profile/000-tor-browser.js b/browser/app/profile/000-tor-browser.js
index bddbe05c92bb..a859a7143060 100644
--- a/browser/app/profile/000-tor-browser.js
+++ b/browser/app/profile/000-tor-browser.js
@@ -256,10 +256,6 @@ pref("gfx.font_rendering.graphite.enabled", false);
 pref("security.ssl.enable_false_start", true);
 pref("network.http.connection-retry-timeout", 0);
 pref("network.http.max-persistent-connections-per-proxy", 256);
-pref("network.http.pipelining.reschedule-timeout", 15000);
-pref("network.http.pipelining.read-timeout", 60000);
-// Hacked pref: Now means "Attempt to pipeline at least this many requests together"
-pref("network.http.pipelining.max-optimistic-requests", 3);
 pref("network.manage-offline-status", false);
 // No need to leak things to Mozilla, see bug 21790
 pref("network.captive-portal-service.enabled", false);



More information about the tor-commits mailing list