summaryrefslogtreecommitdiff
path: root/libre/iceweasel-libre/vendor.js
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2013-09-21 05:20:52 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2013-09-21 05:20:52 -0300
commit97f65e06566f3bb15bc7395624017b8e6ca0d043 (patch)
tree3872f37abe0cbe315540cdf903ba8db7bdc9fb72 /libre/iceweasel-libre/vendor.js
parentcade0e05487eb8ed630bfc08998cc41c7a60bd88 (diff)
iceweasel-libre: revert changes related to TLS due unstability
iceweasel-libre 24 version should be possible to enable TLS 1.1, but there are 2 open issues that prevent us from changing the default to enable it: - Compatibility with servers that are not tolerant to sending TLS 1.1 => https://bugzilla.mozilla.org/show_bug.cgi?id=839310 - Prevent downgrade attacks => https://bugzilla.mozilla.org/show_bug.cgi?id=861310
Diffstat (limited to 'libre/iceweasel-libre/vendor.js')
-rw-r--r--libre/iceweasel-libre/vendor.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/libre/iceweasel-libre/vendor.js b/libre/iceweasel-libre/vendor.js
index f81f2bdf6..91414dbbd 100644
--- a/libre/iceweasel-libre/vendor.js
+++ b/libre/iceweasel-libre/vendor.js
@@ -22,6 +22,3 @@ pref("social.remote-install.enabled", false);
// Disable missing nonfree flash notification
pref("plugins.notifyMissingFlash", false);
-
-// Enable TLS/1.1 support
-pref("security.tls.version.max", 2);