From 08395de18871590730ba7139c5de631a0aa82b03 Mon Sep 17 00:00:00 2001 From: Thorin-Oakenpants Date: Fri, 27 Aug 2021 10:37:54 +0000 Subject: [PATCH] 1273: remove inactive pref --- user.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/user.js b/user.js index b94104c..7b88ae2 100644 --- a/user.js +++ b/user.js @@ -574,8 +574,7 @@ 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 "insecure" icon and "Not Secure" text on HTTP sites ***/ - // user_pref("security.insecure_connection_icon.enabled", true); // [FF59+] [DEFAULT: true] +/* 1273: display "Not Secure" text on HTTP sites ***/ user_pref("security.insecure_connection_text.enabled", true); // [FF60+] /*** [SECTION 1400]: FONTS ***/