diff options
author | Nandini Jayarajan <cd957c140ef964253434bf6b552c5fe84870dfa7@cloudflare.com> | 2020-09-02 01:16:12 +0200 |
---|---|---|
committer | Nandini Jayarajan <cd957c140ef964253434bf6b552c5fe84870dfa7@cloudflare.com> | 2020-09-02 01:16:12 +0200 |
commit | 0c2d0728296d0d389e99a693e2af13dc0536580b (patch) | |
tree | d4f46f7b9d874282f7307e36c8ee191f68627de3 | |
parent | 69c0a7dfb2d83ff6306c5e72c07e187bdadedc84 (diff) | |
download | cloudflare-tor-0c2d0728296d0d389e99a693e2af13dc0536580b.tar.lz cloudflare-tor-0c2d0728296d0d389e99a693e2af13dc0536580b.tar.xz cloudflare-tor-0c2d0728296d0d389e99a693e2af13dc0536580b.zip |
change-firefox-dns.md
-rw-r--r-- | subfiles/change-firefox-dns.md | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/subfiles/change-firefox-dns.md b/subfiles/change-firefox-dns.md index 5d4e8083..9061a124 100644 --- a/subfiles/change-firefox-dns.md +++ b/subfiles/change-firefox-dns.md @@ -1,6 +1,6 @@ -## Solutions - Change default DNS provider of firefox +## 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 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" @@ -8,7 +8,7 @@ Cloudflare will then be able to read everyone’s DNS requests. - 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) +> Or in `/distribution/policies.json` (Firefox ESR) ``` ... @@ -20,6 +20,5 @@ Cloudflare will then be able to read everyone’s DNS requests. ``` 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*.  |