summaryrefslogtreecommitdiff
path: root/libre/icecat/vendor.js
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-01-17 07:08:56 -0200
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-01-17 07:08:56 -0200
commit620f73c89d2d89f5db77e4985d098037a1a4c482 (patch)
treed74ec55badb9c27b9f46b085c29882379d9acf1a /libre/icecat/vendor.js
parent35f5f437f08f1f6aaefbb7c068dd71529295127a (diff)
icecat-31.2.0-3: disable the least secure encryption protocols
Diffstat (limited to 'libre/icecat/vendor.js')
-rw-r--r--libre/icecat/vendor.js9
1 files changed, 9 insertions, 0 deletions
diff --git a/libre/icecat/vendor.js b/libre/icecat/vendor.js
index 5b384fff6..7762db0dd 100644
--- a/libre/icecat/vendor.js
+++ b/libre/icecat/vendor.js
@@ -27,3 +27,12 @@ pref("geo.enabled", false);
// Make sure that the request URL of the GeoLocation backend is empty
pref("geo.wifi.uri", "");
+
+// Disable the least secure encryption protocols
+pref("security.ssl3.ecdhe_ecdsa_rc4_128_sha", false);
+pref("security.ssl3.ecdhe_rsa_rc4_128_sha", false);
+pref("security.ssl3.rsa_rc4_128_md5", false);
+pref("security.ssl3.rsa_rc4_128_sha", false);
+pref("security.ssl3.rsa_aes_128_sha", false);
+pref("security.ssl3.rsa_aes_256_sha", false);
+pref("security.ssl3.rsa_des_ede3_sha", false);