diff options
author | Captcha.Was061159 <captcha.was061159@noreply.codeberg.org> | 2019-11-28 23:41:01 +0100 |
---|---|---|
committer | Captcha.Was061159 <captcha.was061159@noreply.codeberg.org> | 2019-11-28 23:41:01 +0100 |
commit | e9cb3f9946dbebf84f4bc3565c0112c14567c0c5 (patch) | |
tree | 6ce22654e2377add381984181d769be4d7b214e9 /subfiles | |
parent | 8cb69f14ed4a226842740e4647058d1410927b22 (diff) | |
download | cloudflare-tor-e9cb3f9946dbebf84f4bc3565c0112c14567c0c5.tar cloudflare-tor-e9cb3f9946dbebf84f4bc3565c0112c14567c0c5.tar.gz cloudflare-tor-e9cb3f9946dbebf84f4bc3565c0112c14567c0c5.tar.lz cloudflare-tor-e9cb3f9946dbebf84f4bc3565c0112c14567c0c5.tar.xz cloudflare-tor-e9cb3f9946dbebf84f4bc3565c0112c14567c0c5.zip |
Update 'subfiles/change-firefox-dns.md'
Diffstat (limited to 'subfiles')
-rw-r--r-- | subfiles/change-firefox-dns.md | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/subfiles/change-firefox-dns.md b/subfiles/change-firefox-dns.md index 66884d46..5a01f87a 100644 --- a/subfiles/change-firefox-dns.md +++ b/subfiles/change-firefox-dns.md @@ -6,11 +6,22 @@ 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". +> 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*. |