AdguardTeam / DnsLibs

DNS filtering library that's used in AdGuard products
https://adguard.com/
Apache License 2.0
99 stars 20 forks source link

Restrict host normalization to DoH only #219

Closed sfionov closed 5 months ago

sfionov commented 7 months ago

https://github.com/AdguardTeam/AdguardForiOS/issues/2320

WHATWG normalization rules for HTTP urls makes hostname lowercase.

But other protocols can have case-sensitive logic on server side.