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

Updated Optional Hardening (markdown)

HJ
2023-08-22 21:51:50 -04:00
parent 9463eeff07
commit c32d1974a4
+2 -2
@@ -24,7 +24,7 @@ We already:
* [attempt](https://github.com/yokoffing/Betterfox/blob/df5fc26a1bdccd30e01f3c1dfe69a09a2c050410/Securefox.js#L545-L550) to upgrade HTTP site navigation to HTTPS
#### Option 1: Enable in 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)).
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) windows (Firefox [incognito mode](https://support.mozilla.org/en-US/kb/common-myths-about-private-browsing)).
```
// PREF: enable HTTPS-Only Mode
// Strict HTTPS site navigation in Private Browsing.
@@ -33,7 +33,7 @@ user_pref("dom.security.https_only_mode_error_page_user_suggestions", true);
```
#### Option 2: Enable in all windows
Firefox will get explicit permission from you before connecting to a site insecurely in Normal and Private Browsing.
Firefox will get explicit permission from you before connecting to a site insecurely in Normal and Private Browsing windows.
```
// PREF: enable HTTPS-Only Mode
// Strict HTTPS site navigation in Normal and Private Browsing.