diff options
Diffstat (limited to 'libre/icecat/vendor.js')
-rw-r--r-- | libre/icecat/vendor.js | 9 |
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); |