mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
bug 990248 - enable mozilla::pkix by default in Firefox Nightly r=briansmith r=cviecco
This commit is contained in:
parent
86d825d798
commit
fde2095e48
@ -1365,6 +1365,8 @@ pref("security.csp.speccompliant", true);
|
||||
// Block insecure active content on https pages
|
||||
pref("security.mixed_content.block_active_content", true);
|
||||
|
||||
pref("security.use_mozillapkix_verification", true);
|
||||
|
||||
// Override the Gecko-default value of false for Firefox.
|
||||
pref("plain_text.wrap_long_lines", true);
|
||||
|
||||
|
@ -54,3 +54,5 @@ pref("security.password_lifetime", 30);
|
||||
pref("security.OCSP.enabled", 1);
|
||||
pref("security.OCSP.require", false);
|
||||
pref("security.OCSP.GET.enabled", false);
|
||||
|
||||
pref("security.use_mozillapkix_verification", false);
|
||||
|
Loading…
Reference in New Issue
Block a user