diff --git a/Optional-Hardening.md b/Optional-Hardening.md index 74485ee..a368d3f 100644 --- a/Optional-Hardening.md +++ b/Optional-Hardening.md @@ -10,7 +10,9 @@ Change your **default search engine**: *** ### 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](https://github.com/yokoffing/Betterfox/blob/df5fc26a1bdccd30e01f3c1dfe69a09a2c050410/Securefox.js#L545-L550) to upgrade HTTP site navigation to HTTPS. +We already: +* [attempt](https://github.com/yokoffing/Betterfox/blob/df5fc26a1bdccd30e01f3c1dfe69a09a2c050410/Securefox.js#L545-L550) to upgrade HTTP site navigation to HTTPS +* [block](https://github.com/yokoffing/Betterfox/blob/df5fc26a1bdccd30e01f3c1dfe69a09a2c050410/Securefox.js#L810-L827) HTTP subresources from loading on HTTPS pages ``` // PREF: enable HTTPS-Only Mode // Strict HTTPS site navigation in Normal and Private Browsing.