[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 Aug 13 12:54:30 UTC 2018


commit 975b6f238bf21fc0e567f7622871a3f55722913d
Author: Arthur Edelstein <arthuredelstein at gmail.com>
Date:   Wed Aug 1 09:44:12 2018 -0700

    squash! TB4: Tor Browser's Firefox preference overrides.
    
    Bug 17252: Enable session identifiers with FPI
    
    Session tickets and session identifiers were isolated
    by OriginAttributes, so we can re-enable them by
    allowing the default value (true) of
    "security.ssl.disable_session_identifiers".
    
    The pref "security.enable_tls_session_tickets" is obsolete
    (removed in https://bugzilla.mozilla.org/917049)
---
 browser/app/profile/000-tor-browser.js | 2 --
 1 file changed, 2 deletions(-)

diff --git a/browser/app/profile/000-tor-browser.js b/browser/app/profile/000-tor-browser.js
index 57d04f36bc3d..d0fdbe1040b4 100644
--- a/browser/app/profile/000-tor-browser.js
+++ b/browser/app/profile/000-tor-browser.js
@@ -174,7 +174,6 @@ pref("browser.cache.frecency_experiment", -1);
 // Third party stuff
 pref("privacy.firstparty.isolate", true); // Always enforce first party isolation
 pref("network.cookie.cookieBehavior", 1);
-pref("security.enable_tls_session_tickets", false);
 pref("network.http.spdy.enabled", false); // Stores state and may have keepalive issues (both fixable)
 pref("network.http.spdy.enabled.v2", false); // Seems redundant, but just in case
 pref("network.http.spdy.enabled.v3", false); // Seems redundant, but just in case
@@ -270,7 +269,6 @@ 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("security.ssl.disable_session_identifiers", true);
 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