Bug 864369 Turn on preference in SeaMonkey to enable Mixed Content Blocker and to block insecure active content loads on https pages r=IanN a=Callek CLOSED TREE.

This commit is contained in:
Philip Chee 2013-04-24 18:52:23 +08:00
Родитель 304b145304
Коммит 31b2fad07f
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -791,6 +791,8 @@ pref("security.warn_submit_insecure", false);
pref("security.warn_viewing_mixed", true);
pref("security.warn_mixed_active_content", true);
pref("security.warn_mixed_display_content", false);
// Block insecure active content on https pages
pref("security.mixed_content.block_active_content", true);
// FAQ URLs
pref("browser.geolocation.warning.infoURL", "http://www.seamonkey-project.org/doc/2.0/geolocation");