From e373a0f6e10b5727368d6d2b5f5ce9117f5dffb7 Mon Sep 17 00:00:00 2001 From: Thorin-Oakenpants Date: Thu, 5 Apr 2018 18:57:08 +0000 Subject: [PATCH] 1273: add "Not Secure" text on HTTP https://bugzilla.mozilla.org/show_bug.cgi?id=1335970 --- user.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/user.js b/user.js index 89fa555..790b14a 100644 --- 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!");