[tor-commits] [tor-browser/tor-browser-60.2.0esr-8.5-1] fixup! TB4: Tor Browser's Firefox preference overrides.
gk at torproject.org
gk at torproject.org
Fri Sep 14 14:49:16 UTC 2018
commit dc3519d999329f06042409786568e8e871503a92
Author: Georg Koppen <gk at torproject.org>
Date: Wed Sep 12 13:44:31 2018 +0000
fixup! TB4: Tor Browser's Firefox preference overrides.
This fixes bug 27535 and enables the TLS 1.3 draft version included in
ESR60.
---
browser/app/profile/000-tor-browser.js | 3 ---
1 file changed, 3 deletions(-)
diff --git a/browser/app/profile/000-tor-browser.js b/browser/app/profile/000-tor-browser.js
index b7c2ff8207f2..d9e609a71eb8 100644
--- a/browser/app/profile/000-tor-browser.js
+++ b/browser/app/profile/000-tor-browser.js
@@ -293,9 +293,6 @@ pref("media.audio_data.enabled", false);
// Patch written by Jeff Gibat (iSEC).
pref("network.jar.block-remote-files", true);
-// Enable TLS 1.1 and 1.2:
-// https://trac.torproject.org/projects/tor/ticket/11253
-pref("security.tls.version.max", 3);
// Disable RC4 fallback. This will go live in Firefox 44, Chrome and IE/Edge:
// https://blog.mozilla.org/security/2015/09/11/deprecating-the-rc4-cipher/
pref("security.tls.unrestricted_rc4_fallback", false);
More information about the tor-commits
mailing list