mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1019255: Enable pinning on fennec (r=rnewman,blassey)
This commit is contained in:
parent
23436df314
commit
d4608773e9
@ -506,6 +506,9 @@ pref("security.warn_viewing_mixed", false); // Warning is disabled. See Bug 616
|
||||
// Block insecure active content on https pages
|
||||
pref("security.mixed_content.block_active_content", true);
|
||||
|
||||
// Enable pinning
|
||||
pref("security.cert_pinning.enforcement_level", 1);
|
||||
|
||||
// Override some named colors to avoid inverse OS themes
|
||||
pref("ui.-moz-dialog", "#efebe7");
|
||||
pref("ui.-moz-dialogtext", "#101010");
|
||||
|
Loading…
Reference in New Issue
Block a user