diff options
author | tor <tor@project> | 2020-11-24 06:04:51 +0000 |
---|---|---|
committer | tor <tor@project> | 2020-11-24 06:04:51 +0000 |
commit | 3adf4f1d541413a16d6aa831e4c8b54ca3fe272d (patch) | |
tree | 2bd616c7ae3d62665c38b987a8c04536055e1e71 /oldrep/subfiles/change-firefox-dns.md | |
parent | e7045092466a31d4b57f01a4e9889de044963688 (diff) | |
download | cloudflare-tor-3adf4f1d541413a16d6aa831e4c8b54ca3fe272d.tar.lz cloudflare-tor-3adf4f1d541413a16d6aa831e4c8b54ca3fe272d.tar.xz cloudflare-tor-3adf4f1d541413a16d6aa831e4c8b54ca3fe272d.zip |
1
Diffstat (limited to 'oldrep/subfiles/change-firefox-dns.md')
-rw-r--r-- | oldrep/subfiles/change-firefox-dns.md | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/oldrep/subfiles/change-firefox-dns.md b/oldrep/subfiles/change-firefox-dns.md deleted file mode 100644 index 5a01f87a..00000000 --- a/oldrep/subfiles/change-firefox-dns.md +++ /dev/null @@ -1,28 +0,0 @@ -# CrimeFlarE -***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. -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. -- 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*. - - |