2012-05-21 04:12:37 -07: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 11:02:51 -07:00
|
|
|
pref("security.tls.version.min", 0);
|
2013-11-01 04:48:57 -07:00
|
|
|
pref("security.tls.version.max", 3);
|
2007-03-22 10:30:00 -07:00
|
|
|
|
2010-02-07 04:09:51 -08: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 04:34:16 -07:00
|
|
|
pref("security.ssl.warn_missing_rfc5746", 1);
|
2013-06-17 16:45:49 -07:00
|
|
|
pref("security.ssl.enable_ocsp_stapling", true);
|
2013-11-20 13:49:33 -08:00
|
|
|
pref("security.ssl.enable_false_start", true);
|
2013-06-28 13:58:28 -07:00
|
|
|
pref("security.ssl.false_start.require-npn", true);
|
2013-11-20 13:49:33 -08:00
|
|
|
pref("security.ssl.false_start.require-forward-secrecy", true);
|
2014-01-14 12:34:23 -08:00
|
|
|
pref("security.ssl.enable_npn", true);
|
|
|
|
pref("security.ssl.enable_alpn", false);
|
2010-02-07 04:09:51 -08:00
|
|
|
|
2013-12-03 20:00:37 -08: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 02:52:21 -08:00
|
|
|
pref("security.default_personal_cert", "Ask Every Time");
|
2009-05-20 15:21:51 -07:00
|
|
|
pref("security.remember_cert_checkbox_default_setting", true);
|
2007-03-22 10:30:00 -07:00
|
|
|
pref("security.ask_for_password", 0);
|
|
|
|
pref("security.password_lifetime", 30);
|
|
|
|
|
2007-06-05 12:27:42 -07:00
|
|
|
pref("security.OCSP.enabled", 1);
|
2007-05-30 16:13:28 -07:00
|
|
|
pref("security.OCSP.require", false);
|
2013-10-24 14:32:09 -07:00
|
|
|
pref("security.OCSP.GET.enabled", false);
|
2014-03-31 14:41:59 -07:00
|
|
|
|
2014-04-25 13:22:30 -07:00
|
|
|
pref("security.use_mozillapkix_verification", true);
|