user.js

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit e373a0f6e10b5727368d6d2b5f5ce9117f5dffb7
parent acce87130848b2b3570a552b95d1fb46fe7266f9
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date:   Thu,  5 Apr 2018 18:57:08 +0000

1273: add "Not Secure" text on HTTP

https://bugzilla.mozilla.org/show_bug.cgi?id=1335970
Diffstat:
Muser.js | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/user.js b/user.js @@ -827,9 +827,11 @@ 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+) ***/ +/* 1273: display "insecure" icon (FF59+) and "Not Secure" text (FF60+) on HTTP sites ***/ user_pref("security.insecure_connection_icon.enabled", true); // all windows +user_pref("security.insecure_connection_text.enabled", true); // user_pref("security.insecure_connection_icon.pbmode.enabled", true); // private windows only + // user_pref("security.insecure_connection_text.pbmode.enabled", true); /*** 1400: FONTS ***/ user_pref("_user.js.parrot", "1400 syntax error: the parrot's bereft of life!");