From 712c4d87eb50ff2cfdd58faff9b4b07129298134 Mon Sep 17 00:00:00 2001 From: yokoffing <11689349+yokoffing@users.noreply.github.com> Date: Tue, 23 Jul 2024 15:05:07 -0400 Subject: [PATCH] fix schemeless --- Securefox.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Securefox.js b/Securefox.js index d0c992c..e27906e 100644 --- a/Securefox.js +++ b/Securefox.js @@ -648,7 +648,7 @@ user_pref("network.IDN_show_punycode", true); // [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_pbm", true); // [DEFAULT FF91+] -//user_pref("dom.security.https_first_schemeless", true); // [FF120+] +user_pref("dom.security.https_first_schemeless", true); // [FF120+] /****************************************************************************** * SECTION: HTTPS-ONLY MODE *