mirror of
https://github.com/yokoffing/Betterfox.git
synced 2026-06-12 15:40:48 +05:30
Updated Optional Hardening (markdown)
+2
-2
@@ -62,8 +62,8 @@ user_pref("network.cookie.sameSite.schemeful", true);
|
|||||||
Setup and enforce DNS-over-HTTPS (DoH).
|
Setup and enforce DNS-over-HTTPS (DoH).
|
||||||
|
|
||||||
#### 1) Provider
|
#### 1) Provider
|
||||||
* Use the one below, or [choose](https://github.com/curl/curl/wiki/DNS-over-HTTPS) your preferred provider.
|
* Use the provider below for better [threat protection](https://quad9.net/service/threat-blocking/).
|
||||||
* We recommend that you [create a profile](https://nextdns.io/?from=xujj63g5) with NextDNS and follow our [configuration guide](https://github.com/yokoffing/NextDNS-Config).
|
* :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.
|
||||||
```
|
```
|
||||||
// PREF: set DoH provider
|
// PREF: set DoH provider
|
||||||
user_pref("network.trr.uri", "https://dns.quad9.net/dns-query");
|
user_pref("network.trr.uri", "https://dns.quad9.net/dns-query");
|
||||||
|
|||||||
Reference in New Issue
Block a user