mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-06 00:10:25 +00:00
Bug 902059 - Enable mixed content blocking by default. r=mfinkle
This commit is contained in:
parent
ac0a131eac
commit
232e92dbf6
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user