mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
6f00ca55f4
--HG-- extra : rebase_source : ae721bc7f91b399e61c2efb869e15ab902c810e0
26 lines
1.1 KiB
JavaScript
26 lines
1.1 KiB
JavaScript
/* 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/. */
|
|
|
|
pref("security.tls.version.min", 0);
|
|
pref("security.tls.version.max", 3);
|
|
|
|
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);
|
|
pref("security.ssl.warn_missing_rfc5746", 1);
|
|
pref("security.ssl.enable_ocsp_stapling", true);
|
|
pref("security.ssl.enable_false_start", true);
|
|
pref("security.ssl.false_start.require-npn", true);
|
|
pref("security.ssl.false_start.require-forward-secrecy", true);
|
|
|
|
pref("security.default_personal_cert", "Ask Every Time");
|
|
pref("security.remember_cert_checkbox_default_setting", true);
|
|
pref("security.ask_for_password", 0);
|
|
pref("security.password_lifetime", 30);
|
|
|
|
pref("security.OCSP.enabled", 1);
|
|
pref("security.OCSP.require", false);
|
|
pref("security.OCSP.GET.enabled", false);
|