mirror of
https://github.com/yokoffing/Betterfox.git
synced 2026-06-12 07:30:47 +05:30
change to Hagezi Normal
+2
-2
@@ -73,11 +73,11 @@ user_pref("network.connectivity-service.enabled", false);
|
|||||||
Setup and enforce [DNS-over-HTTPS](https://support.mozilla.org/en-US/kb/firefox-dns-over-https) (DoH).
|
Setup and enforce [DNS-over-HTTPS](https://support.mozilla.org/en-US/kb/firefox-dns-over-https) (DoH).
|
||||||
|
|
||||||
#### DoH Provider
|
#### DoH Provider
|
||||||
Use the DoH address below to protect against security threats, ads, and trackers. It uses [DNSwarden](https://dnswarden.com/) with Hagezi [Light](https://github.com/hagezi/dns-blocklists?tab=readme-ov-file#light) and [Threat Intelligence Feed](https://github.com/hagezi/dns-blocklists?tab=readme-ov-file#tif) lists.
|
Use the DoH address below to protect against security threats, ads, and trackers. [DNSwarden](https://dnswarden.com/) allows you to combine Hagezi's [Normal](https://github.com/hagezi/dns-blocklists?tab=readme-ov-file#normal) and [Threat Intelligence Feed](https://github.com/hagezi/dns-blocklists?tab=readme-ov-file#tif) lists (TIF) for free.
|
||||||
|
|
||||||
```javascript
|
```javascript
|
||||||
// PREF: set DoH provider
|
// PREF: set DoH provider
|
||||||
user_pref("network.trr.uri", "https://dns.dnswarden.com/00000000000000000000048"); // Hagezi Light + TIF
|
user_pref("network.trr.uri", "https://dns.dnswarden.com/00000000000000000000028"); // Hagezi Normal + TIF
|
||||||
```
|
```
|
||||||
|
|
||||||
Alternatively, you can follow our Control D [configuration guide](https://github.com/yokoffing/Control-D-Config) for more advanced features.
|
Alternatively, you can follow our Control D [configuration guide](https://github.com/yokoffing/Control-D-Config) for more advanced features.
|
||||||
|
|||||||
Reference in New Issue
Block a user