Security/DNS Over HTTPS/Heuristics: Difference between revisions

add code links
(use lists in markup)
(add code links)
Line 4: Line 4:


A high-level overview is also available here: https://support.mozilla.org/en-US/kb/configuring-networks-disable-dns-over-https
A high-level overview is also available here: https://support.mozilla.org/en-US/kb/configuring-networks-disable-dns-over-https
Heuristics are implemented in [https://searchfox.org/mozilla-central/source/browser/components/doh/DoHHeuristics.jsm DoHHeuristics.jsm]
[https://searchfox.org/mozilla-central/source/browser/components/doh/DoHController.jsm DoHController.jsm] is responsible for running them at startup and upon network changes, and taking action to disable or enable DoH based on the outcome.


== Global Canary ==
== Global Canary ==
63

edits