2012-05-21 15:12:37 +04: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-15 04:17:35 +04:00
|
|
|
pref("security.tls.version.min", 1);
|
2013-11-01 15:48:57 +04:00
|
|
|
pref("security.tls.version.max", 3);
|
2014-12-09 01:19:04 +03:00
|
|
|
pref("security.tls.version.fallback-limit", 3);
|
2015-02-07 07:03:23 +03:00
|
|
|
pref("security.tls.insecure_fallback_hosts", "");
|
|
|
|
pref("security.tls.insecure_fallback_hosts.use_static_list", true);
|
2015-04-28 20:51:40 +03:00
|
|
|
|
2015-05-06 08:11:37 +03:00
|
|
|
#ifdef RELEASE_BUILD
|
2015-04-28 20:51:40 +03:00
|
|
|
pref("security.tls.unrestricted_rc4_fallback", true);
|
2015-05-06 08:11:37 +03:00
|
|
|
#else
|
|
|
|
pref("security.tls.unrestricted_rc4_fallback", false);
|
2015-04-28 20:51:40 +03:00
|
|
|
#endif
|
2001-05-09 08:04:32 +04:00
|
|
|
|
2010-02-07 15:09:51 +03:00
|
|
|
pref("security.ssl.treat_unsafe_negotiation_as_broken", false);
|
|
|
|
pref("security.ssl.require_safe_negotiation", false);
|
2010-05-03 15:34:16 +04:00
|
|
|
pref("security.ssl.warn_missing_rfc5746", 1);
|
2013-06-18 03:45:49 +04:00
|
|
|
pref("security.ssl.enable_ocsp_stapling", true);
|
2013-11-21 01:49:33 +04:00
|
|
|
pref("security.ssl.enable_false_start", true);
|
2014-12-10 21:50:48 +03:00
|
|
|
pref("security.ssl.false_start.require-npn", false);
|
2014-01-15 00:34:23 +04:00
|
|
|
pref("security.ssl.enable_npn", true);
|
2014-08-08 02:53:09 +04:00
|
|
|
pref("security.ssl.enable_alpn", true);
|
2010-02-07 15:09:51 +03:00
|
|
|
|
2013-12-04 08:00:37 +04: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 13:52:21 +03:00
|
|
|
pref("security.default_personal_cert", "Ask Every Time");
|
2009-05-21 02:21:51 +04:00
|
|
|
pref("security.remember_cert_checkbox_default_setting", true);
|
2000-09-22 08:42:20 +04:00
|
|
|
pref("security.ask_for_password", 0);
|
|
|
|
pref("security.password_lifetime", 30);
|
2001-02-21 23:38:08 +03:00
|
|
|
|
2007-06-05 23:27:42 +04:00
|
|
|
pref("security.OCSP.enabled", 1);
|
2007-05-31 03:13:28 +04:00
|
|
|
pref("security.OCSP.require", false);
|
2013-10-25 01:32:09 +04:00
|
|
|
pref("security.OCSP.GET.enabled", false);
|
2014-10-30 14:52:00 +03:00
|
|
|
|
|
|
|
pref("security.ssl.errorReporting.enabled", true);
|
2014-10-31 20:27:46 +03:00
|
|
|
pref("security.ssl.errorReporting.url", "https://data.mozilla.com/submit/sslreports");
|
2014-10-30 14:52:00 +03:00
|
|
|
pref("security.ssl.errorReporting.automatic", false);
|