Bug 616712 - Disable broken mixed-mode security warning for Fennec [r=dougt]

This commit is contained in:
Matt Brubeck 2010-12-08 13:49:01 -08:00
Родитель 6455c2f580
Коммит 192acc878e
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -405,6 +405,8 @@ pref("app.faqURL", "http://www.mozilla.com/%LOCALE%/mobile/faq/");
// Name of alternate about: page for certificate errors (when undefined, defaults to about:neterror)
pref("security.alternate_certificate_error_page", "certerror");
pref("security.warn_viewing_mixed", false); // Broken in e10s (Bug 616712)
// Override some named colors to avoid inverse OS themes
pref("ui.-moz-dialog", "#efebe7");
pref("ui.-moz-dialogtext", "#101010");