mirror of
https://github.com/arkenfox/user.js.git
synced 2024-10-01 01:35:52 -04:00
1273: FF59+ show HTTP with negative indicator #305
This commit is contained in:
parent
183a62448f
commit
467b3d8602
3
user.js
3
user.js
@ -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!");
|
||||
|
Loading…
Reference in New Issue
Block a user