[tbb-commits] [tor-browser/tor-browser-31.3.0esr-4.0-1] Bug 13435: Remove our custom POODLE fix.
gk at torproject.org
gk at torproject.org
Mon Dec 1 08:27:01 UTC 2014
commit 91ef6ad6972aac82b7ce539664a27fd471251733
Author: Georg Koppen <gk at torproject.org>
Date: Mon Dec 1 09:20:53 2014 +0000
Bug 13435: Remove our custom POODLE fix.
---
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 43b894d..db85aa0 100644
--- a/browser/app/profile/000-tor-browser.js
+++ b/browser/app/profile/000-tor-browser.js
@@ -171,8 +171,6 @@ pref("media.audio_data.enabled", false);
// Enable TLS 1.1 and 1.2:
// https://trac.torproject.org/projects/tor/ticket/11253
pref("security.tls.version.max", 3);
-// POODLE hotfix: Disable SSLv3
-pref("security.tls.version.min", 1);
#ifdef TOR_BROWSER_VERSION
#expand pref("torbrowser.version", __TOR_BROWSER_VERSION__);
More information about the tbb-commits
mailing list