Bug 902059 - Enable mixed content blocking by default. r=mfinkle

This commit is contained in:
Margaret Leibovic 2013-08-06 16:30:17 -07:00
parent 93e36046ad
commit 952a6759eb

View File

@ -478,10 +478,8 @@ pref("security.alternate_certificate_error_page", "certerror");
pref("security.warn_viewing_mixed", false); // Warning is disabled. See Bug 616712.
#ifdef NIGHTLY_BUILD
// Block insecure active content on https pages
pref("security.mixed_content.block_active_content", true);
#endif
// Override some named colors to avoid inverse OS themes
pref("ui.-moz-dialog", "#efebe7");