Security/DNS Over HTTPS: Difference between revisions

Jump to navigation Jump to search
link to implementation
(update heuristics link)
(link to implementation)
Line 1: Line 1:
This article and its children describe the various mechanics of Firefox's DNS over HTTPS (DoH) frontend. Separate [[Trusted Recursive Resolver|documentation]] exists for the protocol implementation in necko.
This article and its children describe the various mechanics of Firefox's DNS over HTTPS (DoH) frontend. Separate [[Trusted Recursive Resolver|documentation]] exists for the protocol implementation in necko.
'''Implementation:''' https://searchfox.org/mozilla-central/source/browser/components/doh


== Rollout ==
== Rollout ==
Line 6: Line 8:
* The pref `doh-rollout.enabled`, serves as a blanket gate. Every mechanism described below depends on this pref being set to true.
* The pref `doh-rollout.enabled`, serves as a blanket gate. Every mechanism described below depends on this pref being set to true.
* Individual mechanisms may be additionally gated behind their own prefs. This is indicated where relevant.
* Individual mechanisms may be additionally gated behind their own prefs. This is indicated where relevant.
* TODO: links to tickets, bugs, dashboards etc.
 
See also:
1. https://bugzilla.mozilla.org/show_bug.cgi?id=1573840


== Heuristics ==
== Heuristics ==
63

edits

Navigation menu