From 620f73c89d2d89f5db77e4985d098037a1a4c482 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Sat, 17 Jan 2015 07:08:56 -0200 Subject: icecat-31.2.0-3: disable the least secure encryption protocols --- libre/icecat/vendor.js | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'libre/icecat/vendor.js') 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); -- cgit v1.2.3