diff options
author | Ruben Rodriguez <ruben@gnu.org> | 2016-05-10 19:18:39 -0400 |
---|---|---|
committer | Ruben Rodriguez <ruben@gnu.org> | 2016-05-10 19:18:39 -0400 |
commit | aae5bf1c7f06f7c7f2fb14c0e825bb9278ecfcca (patch) | |
tree | 97914caba6a76c1640b6f35686ee351214968b53 /data/settings.js | |
parent | fe17c6860737b3612ba3d99ccd799de94f83f601 (diff) |
Updated ssl cypher settings
Diffstat (limited to 'data/settings.js')
-rw-r--r-- | data/settings.js | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/data/settings.js b/data/settings.js index e819953..2e5e258 100644 --- a/data/settings.js +++ b/data/settings.js @@ -154,23 +154,6 @@ pref("security.ssl.treat_unsafe_negotiation_as_broken", true); pref("security.ssl3.rsa_seed_sha", true); pref("security.OCSP.enabled", 1); pref("security.OCSP.require", true); -//Disable unnecessary protocols -pref("security.ssl3.rsa_rc4_128_sha", false); -pref("security.ssl3.rsa_rc4_128_md5", false); -pref("security.ssl3.rsa_des_ede3_sha", false); -pref("security.ssl3.ecdhe_ecdsa_rc4_128_sha", false); -pref("security.ssl3.ecdhe_rsa_rc4_128_sha", false); -// https://directory.fsf.org/wiki/Disable_DHE -// Avoid logjam attack -pref("security.ssl3.dhe_rsa_aes_128_sha", false); -pref("security.ssl3.dhe_rsa_aes_256_sha", false); -pref("security.ssl3.dhe_dss_aes_128_sha", false); -pref("security.ssl3.dhe_rsa_des_ede3_sha", false); -//Optional -//Perfect forward secrecy -// pref("security.ssl3.rsa_aes_256_sha", false); -//Force TLS 1.2 -// pref("security.tls.version.min", 3); // Disable channel updates pref("app.update.enabled", false); |