dns: document enabling Firefox TRR #1220

Merged
Mikaela merged 5 commits from real-firefox-doh into master 2019-08-26 20:20:35 +00:00
Mikaela commented 2019-08-25 10:42:57 +00:00 (Migrated from github.com)
## Description Resolves: partially https://github.com/privacytoolsIO/privacytools.io/issues/1212 * Netlify preview for the mainly edited page: * https://deploy-preview-1220--privacytools-io.netlify.com/providers/dns/#icanndns * https://deploy-preview-1220--privacytools-io.netlify.com/browsers/#about_config
jonah reviewed 2019-08-25 10:42:57 +00:00
dawidpotocki (Migrated from github.com) reviewed 2019-08-25 10:42:57 +00:00
netlify[bot] commented 2019-08-25 10:43:41 +00:00 (Migrated from github.com)

Deploy preview for privacytools-io ready!

Built with commit a663ab57b7

https://deploy-preview-1220--privacytools-io.netlify.com

Deploy preview for *privacytools-io* ready! Built with commit a663ab57b76f8251b5ce221777048e8372a56e26 https://deploy-preview-1220--privacytools-io.netlify.com
nitrohorse (Migrated from github.com) reviewed 2019-08-25 18:19:56 +00:00
nitrohorse (Migrated from github.com) commented 2019-08-25 18:19:56 +00:00

I wonder if we could update the link to <a href="/providers/dns/#icanndns">our DNS page</a>.?

I wonder if we could update the link to `<a href="/providers/dns/#icanndns">our DNS page</a>.`?
nitrohorse (Migrated from github.com) reviewed 2019-08-25 18:25:50 +00:00
nitrohorse (Migrated from github.com) commented 2019-08-25 18:25:50 +00:00

Hmm maybe we could update the wording a bit here for clarity?

DNS over HTTPS can be enabled in Menu -> Preferences (about:preferences) -> Network Settings -> Enable DNS over HTTPS. Set "Use Provider" to "Custom," and enter your DoH provider's address.

Hmm maybe we could update the wording a bit here for clarity? > DNS over HTTPS can be enabled in Menu -> Preferences (`about:preferences`) -> Network Settings -> Enable DNS over HTTPS. Set "Use Provider" to "Custom," and enter your DoH provider's address.
nitrohorse (Migrated from github.com) reviewed 2019-08-25 18:27:21 +00:00
@ -309,1 +309,4 @@
<li><em>Firefox</em> comes with built-in DoH support with Cloudflare set as the default resolver, but can be configured to use any DoH resolver. <span class="badge badge-warning" data-toggle="tooltip" data-placement="bottom" data-original-title='"Cloudflare has agreed to collect only a limited amount of data about the DNS requests that are sent to the Cloudflare Resolver for Firefox via the Firefox browser."'><a href="https://developers.cloudflare.com/1.1.1.1/commitment-to-privacy/privacy-policy/firefox/"><i class="fas fa-exclamation-triangle"></i></a></span> Currently Mozilla is <a href="https://blog.mozilla.org/futurereleases/2019/07/31/dns-over-https-doh-update-detecting-managed-networks-and-user-choice/">conducting studies</a> before enabling DoH by default for all US-based Firefox users.</li>
<ul>
<li>DNS over HTTPS can be enabled in Menu -> Preferences (<code>about:preferences</code>) -> Network Settings -> Enable DNS over HTTPS. Set "Use Provider" to "Custom," and enter your DoH provider's address.</li>
<li>Advanced users may enable it in <code>about:config</code> by setting <code>network.trr.custom_uri</code> and <code>network.trr.uri</code> as the address you find from the documentation of your DoH provider and <code>network.trr.mode</code> as <code>2</code>. It may also be desirable to set <code>network.esni.enabled</code> to <code>True</code> in order to enable encrypted SNI and make sites supporting ESNI a bit more difficult to track.</li>
nitrohorse (Migrated from github.com) commented 2019-08-25 18:27:21 +00:00

I wonder if we should set "encrypted SNI" as a link for users to easily learn more?

<a href="https://blog.mozilla.org/security/2018/10/18/encrypted-sni-comes-to-firefox-nightly/">encrypted SNI</a>
I wonder if we should set "encrypted SNI" as a link for users to easily learn more? ``` <a href="https://blog.mozilla.org/security/2018/10/18/encrypted-sni-comes-to-firefox-nightly/">encrypted SNI</a> ```
nitrohorse (Migrated from github.com) reviewed 2019-08-25 18:27:44 +00:00
@ -309,1 +309,4 @@
<li><em>Firefox</em> comes with built-in DoH support with Cloudflare set as the default resolver, but can be configured to use any DoH resolver. <span class="badge badge-warning" data-toggle="tooltip" data-placement="bottom" data-original-title='"Cloudflare has agreed to collect only a limited amount of data about the DNS requests that are sent to the Cloudflare Resolver for Firefox via the Firefox browser."'><a href="https://developers.cloudflare.com/1.1.1.1/commitment-to-privacy/privacy-policy/firefox/"><i class="fas fa-exclamation-triangle"></i></a></span> Currently Mozilla is <a href="https://blog.mozilla.org/futurereleases/2019/07/31/dns-over-https-doh-update-detecting-managed-networks-and-user-choice/">conducting studies</a> before enabling DoH by default for all US-based Firefox users.</li>
<ul>
<li>DNS over HTTPS can be enabled in Menu -> Preferences (<code>about:preferences</code>) -> Network Settings -> Enable DNS over HTTPS. Set "Use Provider" to "Custom," and enter your DoH provider's address.</li>
<li>Advanced users may enable it in <code>about:config</code> by setting <code>network.trr.custom_uri</code> and <code>network.trr.uri</code> as the address you find from the documentation of your DoH provider and <code>network.trr.mode</code> as <code>2</code>. It may also be desirable to set <code>network.esni.enabled</code> to <code>True</code> in order to enable encrypted SNI and make sites supporting ESNI a bit more difficult to track.</li>
nitrohorse (Migrated from github.com) commented 2019-08-25 18:27:44 +00:00

Nevermind, you add it below 😄

Nevermind, you add it below :smile:
nitrohorse (Migrated from github.com) reviewed 2019-08-25 18:29:31 +00:00
nitrohorse (Migrated from github.com) commented 2019-08-25 18:29:30 +00:00

Probably could remove "on Cloudflare blog" since the link points to Firefox's blog 😄

Probably could remove "on Cloudflare blog" since the link points to Firefox's blog :smile:
nitrohorse (Migrated from github.com) reviewed 2019-08-25 18:32:07 +00:00
nitrohorse (Migrated from github.com) commented 2019-08-25 18:32:07 +00:00

Would it be clearer to word this as?

Firefox bug report requesting the ability to use Android 9+'s Private DNS (DoT) and benefit from encrypted SNI without having to enable DoH

Would it be clearer to word this as? > Firefox bug report requesting the ability to use Android 9+'s Private DNS (DoT) and benefit from encrypted SNI without having to enable DoH
nitrohorse commented 2019-08-25 18:32:56 +00:00 (Migrated from github.com)

Small suggestions but this looks good!

Small suggestions but this looks good!
nitrohorse (Migrated from github.com) reviewed 2019-08-25 18:52:58 +00:00
nitrohorse (Migrated from github.com) commented 2019-08-25 18:52:58 +00:00

I wonder if in place of this, we should link to this more general bug report? https://bugzilla.mozilla.org/show_bug.cgi?id=1500289

I wonder if in place of this, we should link to this more general bug report? https://bugzilla.mozilla.org/show_bug.cgi?id=1500289
Mikaela (Migrated from github.com) reviewed 2019-08-25 20:37:19 +00:00
Mikaela (Migrated from github.com) commented 2019-08-25 20:34:45 +00:00

Will test

Will test
Mikaela (Migrated from github.com) commented 2019-08-25 20:34:56 +00:00

TBD

TBD
Mikaela (Migrated from github.com) commented 2019-08-25 20:35:49 +00:00

Sure

1500289 is linked above, but I think this report is especially worth linking due to there Mozilla saying that they aren't going to do it unless someone sends patches and thus this is more visibility for interested people

Sure 1500289 is linked above, but I think this report is especially worth linking due to there Mozilla saying that they aren't going to do it unless someone sends patches and thus this is more visibility for interested people
Mikaela (Migrated from github.com) commented 2019-08-25 20:37:11 +00:00

No, I have committed a wrong link, I intented to link to https://blog.cloudflare.com/encrypted-sni/ because I found it more detailed than the Firefox blog

No, I have committed a wrong link, I intented to link to https://blog.cloudflare.com/encrypted-sni/ because I found it more detailed than the Firefox blog
nitrohorse (Migrated from github.com) reviewed 2019-08-25 21:04:14 +00:00
nitrohorse (Migrated from github.com) left a comment

LGTM

LGTM
nitrohorse (Migrated from github.com) approved these changes 2019-08-25 21:20:45 +00:00
nitrohorse (Migrated from github.com) left a comment

LGTM!

LGTM!
blacklight447 (Migrated from github.com) approved these changes 2019-08-26 19:00:49 +00:00
This repo is archived. You cannot comment on pull requests.
No Milestone
No Assignees
1 Participants
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: privacyguides/privacytools.io#1220
No description provided.