Bug 1019255: Enable pinning on fennec (r=rnewman,blassey)

This commit is contained in:
Monica Chew 2014-09-03 13:30:12 -07:00
parent 23436df314
commit d4608773e9

View File

@ -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");