[tor-commits] [tor-browser-bundle/master] Bug #12873: Re-enable TLSv1.1 and v1.2 for Meek.

mikeperry at torproject.org mikeperry at torproject.org
Tue Sep 30 01:27:33 UTC 2014


commit 11d174291621350e9f5524ee416c74597ccef660
Author: Mike Perry <mikeperry-git at torproject.org>
Date:   Mon Sep 29 18:26:42 2014 -0700

    Bug #12873: Re-enable TLSv1.1 and v1.2 for Meek.
---
 Bundle-Data/PTConfigs/meek-http-helper-user.js |    8 --------
 1 file changed, 8 deletions(-)

diff --git a/Bundle-Data/PTConfigs/meek-http-helper-user.js b/Bundle-Data/PTConfigs/meek-http-helper-user.js
index 26fd819..cddc237 100644
--- a/Bundle-Data/PTConfigs/meek-http-helper-user.js
+++ b/Bundle-Data/PTConfigs/meek-http-helper-user.js
@@ -4,14 +4,6 @@
 // to stdout.
 user_pref("browser.dom.window.dump.enabled", true);
 
-// Make TLSv1.0 the maximum TLS version, as in stock Firefox 24. Since #11253,
-// Tor Browser overrides the maximum to TLSv1.2, which would cause us to look
-// unlike ordinary Firefox 24.
-// https://trac.torproject.org/projects/tor/ticket/11253
-// https://trac.torproject.org/projects/tor/ticket/12766
-// http://kb.mozillazine.org/Security.tls.version.*
-user_pref("security.tls.version.max", 1);
-
 // Enable TLS session tickets (disabled by default in Tor Browser). Otherwise
 // there is a missing TLS extension.
 // https://trac.torproject.org/projects/tor/ticket/11183#comment:9



More information about the tor-commits mailing list