From 64224f05e6c81580e6072c157f3df789f24fccb4 Mon Sep 17 00:00:00 2001 From: yokoffing <11689349+yokoffing@users.noreply.github.com> Date: Fri, 10 Nov 2023 09:46:14 -0500 Subject: [PATCH] Updated Optional Hardening (markdown) --- Optional-Hardening.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Optional-Hardening.md b/Optional-Hardening.md index 73aef8a..77e0330 100644 --- a/Optional-Hardening.md +++ b/Optional-Hardening.md @@ -40,7 +40,7 @@ user_pref("urlclassifier.features.socialtracking.skipURLs", ""); *** ### HTTPS-Only Mode -We already [block](https://github.com/yokoffing/Betterfox/blob/df5fc26a1bdccd30e01f3c1dfe69a09a2c050410/Securefox.js#L810-L827) HTTP subresources from loading on HTTPS pages and [attempt to upgrade](https://github.com/yokoffing/Betterfox/blob/df5fc26a1bdccd30e01f3c1dfe69a09a2c050410/Securefox.js#L545-L550) HTTP site navigation to HTTPS. +Betterfox already [blocks](https://github.com/yokoffing/Betterfox/blob/df5fc26a1bdccd30e01f3c1dfe69a09a2c050410/Securefox.js#L810-L827) HTTP subresources from loading on HTTPS pages and [attempt to upgrade](https://github.com/yokoffing/Betterfox/blob/df5fc26a1bdccd30e01f3c1dfe69a09a2c050410/Securefox.js#L545-L550) HTTP site navigation to HTTPS. #### Option 1: Private windows only Firefox will get explicit permission from you before connecting to a site insecurely in [Private Browsing](https://support.mozilla.org/en-US/kb/private-browsing-use-firefox-without-history) (Firefox [incognito mode](https://support.mozilla.org/en-US/kb/common-myths-about-private-browsing)).