From 3577f4d70c5440a916f00dd7dd40c8e72c97e88f Mon Sep 17 00:00:00 2001 From: yokoffing <11689349+yokoffing@users.noreply.github.com> Date: Wed, 30 Nov 2022 14:14:46 -0500 Subject: [PATCH] add meta bug for HTTPS-First --- Securefox.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Securefox.js b/Securefox.js index 4f60fea..3317934 100644 --- a/Securefox.js +++ b/Securefox.js @@ -633,8 +633,9 @@ user_pref("network.IDN_show_punycode", true); // [NOTE] HTTPS-Only Mode needs to be disabled for HTTPS First to work. // [TEST] http://example.com [upgrade] // [TEST] http://httpforever.com/ [no upgrade] -// [1] https://web.dev/why-https-matters/ -// [2] https://www.cloudflare.com/learning/ssl/why-use-https/ +// [1] https://bugzilla.mozilla.org/show_bug.cgi?id=1704453 +// [2] https://web.dev/why-https-matters/ +// [3] https://www.cloudflare.com/learning/ssl/why-use-https/ //user_pref("dom.security.https_first", true); //user_pref("dom.security.https_first_pbm", true); // DEFAULT