1273: FF59+ show HTTP with negative indicator #305

This commit is contained in:
Thorin-Oakenpants 2017-12-07 14:08:23 +13:00 committed by GitHub
parent 183a62448f
commit 467b3d8602
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -826,6 +826,9 @@ user_pref("browser.ssl_override_behavior", 1);
* i.e. it doesn't work for HSTS discrepancies (https://subdomain.preloaded-hsts.badssl.com/)
* [TEST] https://expired.badssl.com/ ***/
user_pref("browser.xul.error_pages.expert_bad_cert", true);
/* 1273: display HTTP sites as insecure (FF59+) ***/
user_pref("security.insecure_connection_icon.enabled", true); // all windows
// user_pref("security.insecure_connection_icon.pbmode.enabled", true); // private windows only
/*** 1400: FONTS ***/
user_pref("_user.js.parrot", "1400 syntax error: the parrot's bereft of life!");