mirror of
https://github.com/yokoffing/Betterfox.git
synced 2026-06-12 15:40:48 +05:30
Updated Optional Hardening (markdown)
+3
-1
@@ -10,7 +10,9 @@ Change your **default search engine**:
|
|||||||
***
|
***
|
||||||
|
|
||||||
### HTTPS-Only Mode
|
### 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
|
// PREF: enable HTTPS-Only Mode
|
||||||
// Strict HTTPS site navigation in Normal and Private Browsing.
|
// Strict HTTPS site navigation in Normal and Private Browsing.
|
||||||
|
|||||||
Reference in New Issue
Block a user