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-10-05 20:43:18 -04:00
parent 459d2d5acb
commit cdea2c9c80
+2 -2
@@ -162,7 +162,7 @@ You can allow exceptions if you want to stay logged in to some sites:
### Secure DNS ### Secure DNS
Setup and enforce DNS-over-HTTPS (DoH). Setup and enforce DNS-over-HTTPS (DoH).
#### 1) Provider #### Provider
* Use the provider below for better [threat protection](https://quad9.net/service/threat-blocking/). * Use the provider below for better [threat protection](https://quad9.net/service/threat-blocking/).
* :star: Create a profile with [NextDNS](https://nextdns.io/?from=xujj63g5) and follow our [configuration guide](https://github.com/yokoffing/NextDNS-Config) for greater protection from ads, trackers, and security threats. * :star: Create a profile with [NextDNS](https://nextdns.io/?from=xujj63g5) and follow our [configuration guide](https://github.com/yokoffing/NextDNS-Config) for greater protection from ads, trackers, and security threats.
```javascript ```javascript
@@ -170,7 +170,7 @@ Setup and enforce DNS-over-HTTPS (DoH).
user_pref("network.trr.uri", "https://dns.quad9.net/dns-query"); user_pref("network.trr.uri", "https://dns.quad9.net/dns-query");
``` ```
#### 2) Mode #### Mode
* `3` has site-exceptions with a nice UI on the error page: * `3` has site-exceptions with a nice UI on the error page:
* Go to `☰` *→ Settings → Privacy & Security → DNS over HTTPS → Manage Exceptions* * Go to `☰` *→ Settings → Privacy & Security → DNS over HTTPS → Manage Exceptions*
* :warning: Set to `2` if your workplace or university causes issues with alternative DNS. * :warning: Set to `2` if your workplace or university causes issues with alternative DNS.