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/. */
|
|
|
|
|
2014-10-14 17:17:35 -07:00
|
|
|
pref("security.tls.version.min", 1);
|
2013-11-01 04:48:57 -07:00
|
|
|
pref("security.tls.version.max", 3);
|
2014-12-08 14:19:04 -08:00
|
|
|
pref("security.tls.version.fallback-limit", 3);
|
2015-02-06 20:03:23 -08:00
|
|
|
pref("security.tls.insecure_fallback_hosts", "");
|
|
|
|
pref("security.tls.insecure_fallback_hosts.use_static_list", true);
|
2015-03-05 05:51:31 -08:00
|
|
|
pref("security.tls.unrestricted_rc4_fallback", false);
|
2007-03-22 10:30:00 -07:00
|
|
|
|
2010-02-07 04:09:51 -08:00
|
|
|
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);
|
2014-12-10 10:50:48 -08:00
|
|
|
pref("security.ssl.false_start.require-npn", false);
|
2014-01-14 12:34:23 -08:00
|
|
|
pref("security.ssl.enable_npn", true);
|
2014-08-07 15:53:09 -07:00
|
|
|
pref("security.ssl.enable_alpn", true);
|
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.dhe_rsa_aes_128_sha", true);
|
|
|
|
pref("security.ssl3.dhe_rsa_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_aes_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);
|
|
|
|
|
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-10-30 04:52:00 -07:00
|
|
|
|
|
|
|
pref("security.ssl.errorReporting.enabled", true);
|
2014-10-31 10:27:46 -07:00
|
|
|
pref("security.ssl.errorReporting.url", "https://data.mozilla.com/submit/sslreports");
|
2014-10-30 04:52:00 -07:00
|
|
|
pref("security.ssl.errorReporting.automatic", false);
|