Skip to content

Commit

Permalink
fix dashes
Browse files Browse the repository at this point in the history
  • Loading branch information
yokoffing authored Jul 16, 2024
1 parent c5fca2d commit c0d65d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Securefox.js
Original file line number Diff line number Diff line change
Expand Up @@ -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+]

Expand Down

0 comments on commit c0d65d4

Please sign in to comment.