1
0
mirror of https://github.com/yokoffing/Betterfox.git synced 2026-06-12 15:40:48 +05:30

add meta bug for HTTPS-First

This commit is contained in:
yokoffing
2022-11-30 14:14:46 -05:00
committed by GitHub
parent bb9e5c1ea3
commit 3577f4d70c
+3 -2
View File
@@ -633,8 +633,9 @@ user_pref("network.IDN_show_punycode", true);
// [NOTE] HTTPS-Only Mode needs to be disabled for HTTPS First to work. // [NOTE] HTTPS-Only Mode needs to be disabled for HTTPS First to work.
// [TEST] http://example.com [upgrade] // [TEST] http://example.com [upgrade]
// [TEST] http://httpforever.com/ [no upgrade] // [TEST] http://httpforever.com/ [no upgrade]
// [1] https://web.dev/why-https-matters/ // [1] https://bugzilla.mozilla.org/show_bug.cgi?id=1704453
// [2] https://www.cloudflare.com/learning/ssl/why-use-https/ // [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", true);
//user_pref("dom.security.https_first_pbm", true); // DEFAULT //user_pref("dom.security.https_first_pbm", true); // DEFAULT