AdguardTeam / CoreLibs

Core Adguard libraries
https://adguard.com/
Apache License 2.0
40 stars 7 forks source link

Filtering DoH in Safari #1902

Closed ameshkov closed 1 month ago

ameshkov commented 3 months ago

Issue Details

Safari supports DoH (DNS over HTTPS) in private browsing mode, but the requests are not made by Safari itself, but by the system resolver (mDNSResponder). As a result, we do not expect this and cannot filter it.

Proposed solution

Start DoH that originates from mDNSResponder.

Alternative solution

No response