diff options
author | watchdog <watchdog@noreply.codeberg.org> | 2019-11-29 00:28:05 +0100 |
---|---|---|
committer | Gitea <gitea@fake.local> | 2019-11-29 00:28:05 +0100 |
commit | e43e50649563e3fe8c95cf0e441864098b591344 (patch) | |
tree | 543f5a695b2ce4b3da20e6ea9553bf3c6d6f25a4 /subfiles/change-firefox-dns.md | |
parent | 99fe0c6d09d0dbdf2343abe2d3655a029a146f72 (diff) | |
parent | 06a2bcaaf32281b8cb9aa80ba2b94f27e2826dd9 (diff) | |
download | cloudflare-tor-e43e50649563e3fe8c95cf0e441864098b591344.tar.lz cloudflare-tor-e43e50649563e3fe8c95cf0e441864098b591344.tar.xz cloudflare-tor-e43e50649563e3fe8c95cf0e441864098b591344.zip |
PR #43
Diffstat (limited to 'subfiles/change-firefox-dns.md')
-rw-r--r-- | subfiles/change-firefox-dns.md | 28 |
1 files changed, 21 insertions, 7 deletions
diff --git a/subfiles/change-firefox-dns.md b/subfiles/change-firefox-dns.md index 435e0023..5a01f87a 100644 --- a/subfiles/change-firefox-dns.md +++ b/subfiles/change-firefox-dns.md @@ -1,14 +1,28 @@ # CrimeFlarE -***Why you should say no to Cloudflare*** +***Why you should say "NO" to Cloudflare*** ## Solutions - Change default DNS provider of firefox -Mozilla (Firefox) has partnered up with Cloudflare and will resolve the -domain names from the application itself via a DNS server from Cloudflare. + +Mozilla (Firefox) has partnered up with Cloudflare and will resolve the domain names from the application itself via a DNS server from Cloudflare. Cloudflare will then be able to read everyone’s DNS requests. -You can disable it in “about:config". The string value of "network.trr.uri" -should be empty. Some other settings can also contain Cloudflare URLs. It -is recommended to search for "cloudflare". GNU Icecat and older Firefox -versions are not affected *yet*. +> You can disable it in “about:config" + +- The string value of "`network.trr.uri`" should be empty. +- The string value of "`network.trr.resolvers`" should be set to `[]`. + +> Or in /distribution/policies.json` (Firefox ESR) + +``` +... + "DNSOverHTTPS": { + "Enabled": false, + "ProviderURL": "https://0.0.0.0/" + }, +... +``` + +Some other settings can also contain Cloudflare URLs. It is recommended to search for "`cloudflare`". +GNU Icecat and older Firefox versions(<68) are not affected *yet*.  |