2012-05-21 11:12:37 +00:00
|
|
|
/* This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
|
|
|
|
2013-04-11 18:02:51 +00:00
|
|
|
pref("security.tls.version.min", 0);
|
2013-11-01 11:48:57 +00:00
|
|
|
pref("security.tls.version.max", 3);
|
2001-05-09 04:04:32 +00:00
|
|
|
|
2010-02-07 12:09:51 +00:00
|
|
|
pref("security.ssl.allow_unrestricted_renego_everywhere__temporarily_available_pref", false);
|
|
|
|
pref("security.ssl.renego_unrestricted_hosts", "");
|
|
|
|
pref("security.ssl.treat_unsafe_negotiation_as_broken", false);
|
|
|
|
pref("security.ssl.require_safe_negotiation", false);
|
2010-05-03 11:34:16 +00:00
|
|
|
pref("security.ssl.warn_missing_rfc5746", 1);
|
2013-06-17 23:45:49 +00:00
|
|
|
pref("security.ssl.enable_ocsp_stapling", true);
|
2013-11-20 21:49:33 +00:00
|
|
|
pref("security.ssl.enable_false_start", true);
|
2013-06-28 20:58:28 +00:00
|
|
|
pref("security.ssl.false_start.require-npn", true);
|
2013-11-20 21:49:33 +00:00
|
|
|
pref("security.ssl.false_start.require-forward-secrecy", true);
|
2014-01-14 20:34:23 +00:00
|
|
|
pref("security.ssl.enable_npn", true);
|
|
|
|
pref("security.ssl.enable_alpn", false);
|
2010-02-07 12:09:51 +00:00
|
|
|
|
2013-12-04 04:00:37 +00:00
|
|
|
pref("security.ssl3.ecdhe_rsa_aes_128_gcm_sha256", true);
|
|
|
|
pref("security.ssl3.ecdhe_ecdsa_aes_128_gcm_sha256", true);
|
|
|
|
pref("security.ssl3.ecdhe_rsa_aes_128_sha", true);
|
|
|
|
pref("security.ssl3.ecdhe_ecdsa_aes_128_sha", true);
|
|
|
|
pref("security.ssl3.ecdhe_rsa_aes_256_sha", true);
|
|
|
|
pref("security.ssl3.ecdhe_ecdsa_aes_256_sha", true);
|
|
|
|
pref("security.ssl3.ecdhe_rsa_des_ede3_sha", true);
|
|
|
|
pref("security.ssl3.dhe_rsa_aes_128_sha", true);
|
|
|
|
pref("security.ssl3.dhe_rsa_camellia_128_sha", true);
|
|
|
|
pref("security.ssl3.dhe_rsa_aes_256_sha", true);
|
|
|
|
pref("security.ssl3.dhe_rsa_camellia_256_sha", true);
|
|
|
|
pref("security.ssl3.dhe_rsa_des_ede3_sha", true);
|
|
|
|
pref("security.ssl3.dhe_dss_aes_128_sha", true);
|
|
|
|
pref("security.ssl3.dhe_dss_aes_256_sha", true);
|
|
|
|
pref("security.ssl3.ecdhe_rsa_rc4_128_sha", true);
|
|
|
|
pref("security.ssl3.ecdhe_ecdsa_rc4_128_sha", true);
|
|
|
|
pref("security.ssl3.rsa_aes_128_sha", true);
|
|
|
|
pref("security.ssl3.rsa_camellia_128_sha", true);
|
|
|
|
pref("security.ssl3.rsa_aes_256_sha", true);
|
|
|
|
pref("security.ssl3.rsa_camellia_256_sha", true);
|
|
|
|
pref("security.ssl3.rsa_des_ede3_sha", true);
|
|
|
|
pref("security.ssl3.rsa_rc4_128_sha", true);
|
|
|
|
pref("security.ssl3.rsa_rc4_128_md5", true);
|
|
|
|
|
|
|
|
pref("security.ssl3.rsa_fips_des_ede3_sha", false);
|
|
|
|
pref("security.ssl3.dhe_dss_camellia_256_sha", false);
|
|
|
|
pref("security.ssl3.dhe_dss_camellia_128_sha", false);
|
|
|
|
pref("security.ssl3.rsa_seed_sha", false);
|
|
|
|
|
2008-03-07 10:52:21 +00:00
|
|
|
pref("security.default_personal_cert", "Ask Every Time");
|
2009-05-20 22:21:51 +00:00
|
|
|
pref("security.remember_cert_checkbox_default_setting", true);
|
2000-09-22 04:42:20 +00:00
|
|
|
pref("security.ask_for_password", 0);
|
|
|
|
pref("security.password_lifetime", 30);
|
2001-02-21 20:38:08 +00:00
|
|
|
|
2007-06-05 19:27:42 +00:00
|
|
|
pref("security.OCSP.enabled", 1);
|
2007-05-30 23:13:28 +00:00
|
|
|
pref("security.OCSP.require", false);
|
2013-10-24 21:32:09 +00:00
|
|
|
pref("security.OCSP.GET.enabled", false);
|