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-21 19:42:58 -04:00
parent 21b2fa464b
commit 4ed9d7787f
+7 -3
@@ -67,12 +67,16 @@ user_pref("browser.sessionstore.privacy_level", 2);
***
### Secure DNS (DoH setup)
Mode 3 has site-exceptions with a nice UI on the error page.
Mode 3 has site-exceptions with a nice UI on the error page:
* Go to `☰` *→ Settings → Privacy & Security → DNS over HTTPS → Manage Exceptions*
You can also go to `☰` *→ Settings → Privacy & Security → DNS over HTTPS → Manage Exceptions*
For `network.trr.uri`: use the one provided, or customize how DoH protects you:
1) [Create a profile](https://nextdns.io/?from=xujj63g5) with NextDNS and follow our [configuration guide](https://github.com/yokoffing/NextDNS-Config).
2) Add your endpoint to `network.trr.uri`.
```
// PREF: enforce DNS-over-HTTPS (DoH)
user_pref("network.trr.mode", 3); // Max Protection
user_pref("network.trr.uri", "https://freedns.controld.com/x-hagezi-proplus"); // PASTE_YOUR_DOH_ADDRESS_HERE
user_pref("network.trr.uri", "https://freedns.controld.com/x-hagezi-proplus"); // custom endpoint
user_pref("network.dns.skipTRR-when-parental-control-enabled", false);
```