From c0d65d409dcfa09a7d1ab31da30a71a109c5deed Mon Sep 17 00:00:00 2001 From: yokoffing <11689349+yokoffing@users.noreply.github.com> Date: Tue, 16 Jul 2024 13:45:46 -0400 Subject: [PATCH] fix dashes --- Securefox.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Securefox.js b/Securefox.js index c6bca8d..d0c992c 100644 --- a/Securefox.js +++ b/Securefox.js @@ -646,7 +646,7 @@ user_pref("network.IDN_show_punycode", true); // [4] https://web.dev/why-https-matters/ // [5] https://www.cloudflare.com/learning/ssl/why-use-https/ // [6] https://blog.chromium.org/2023/08/towards-https-by-default.html -user_pref("dom.security.https_first", true); [DEFAULT FF129+] +user_pref("dom.security.https_first", true); // [DEFAULT FF129+] //user_pref("dom.security.https_first_pbm", true); // [DEFAULT FF91+] //user_pref("dom.security.https_first_schemeless", true); // [FF120+]