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

Updated Optional Hardening (markdown)

HJ
2023-08-20 13:15:54 -04:00
parent acea195b0e
commit 57b673753a
+2 -2
@@ -58,8 +58,8 @@ user_pref("browser.sessionstore.privacy_level", 2);
*** ***
### DNS-over-HTTPS (DoH) ### Secure DNS (DoH)
Enforce your DoH settings. See [here](https://github.com/yokoffing/Betterfox/blob/dbaff70e63c74a856c30efbdbace5c63cf655888/Securefox.js#L612-L621). Enforce your DNS-over-HTTPS (DoH) settings. See [here](https://github.com/yokoffing/Betterfox/blob/dbaff70e63c74a856c30efbdbace5c63cf655888/Securefox.js#L612-L621).
``` ```
user_pref("network.trr.uri", "PASTE_YOUR_DOH_ADDRESS_HERE"); user_pref("network.trr.uri", "PASTE_YOUR_DOH_ADDRESS_HERE");
user_pref("network.trr.mode", 3); // enforce TRR (without System fallback) user_pref("network.trr.mode", 3); // enforce TRR (without System fallback)