From 967a834daedcb04600d2c6433d4ed2c2beb97bac Mon Sep 17 00:00:00 2001 From: yokoffing <11689349+yokoffing@users.noreply.github.com> Date: Tue, 30 Dec 2025 12:30:25 -0500 Subject: [PATCH] comments --- Securefox.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Securefox.js b/Securefox.js index 5ca94e4..190ed01 100644 --- a/Securefox.js +++ b/Securefox.js @@ -352,6 +352,8 @@ user_pref("security.ssl.treat_unsafe_negotiation_as_broken", true); //user_pref("security.ssl.require_safe_negotiation", true); // PREF: display advanced information on Insecure Connection warning pages +// This pref only works when it's possible to add an exception, +// 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);