DNS ad blockers are not sufficient to block all ads and often overly broad. So they have much higher rate of false positives and negatives compared to in-browser ad blockers. Differentiating between ads and useful content based on domain names will become more and more difficult. Both might use some url from the same cloud provider, and blocking those breaks a lot of stuff.
Engywuck@lemm.ee 1 month ago
AdGuard is not a DNS blocker
generic_computers@lemmy.zip 1 month ago
It’s both a browser extension and a DNS filter.
cmhe@lemmy.world 1 month ago
You where talking about “system wide AdGuard”, which is not the browser addon, but an app that uses DNS blocking, be it by either letting people set DNS servers manually, or automatically through VPN. Their VPN does not break TLS connection by inserting custom certificates and MITM proxies, so they cannot read/modifiy content.
It might be possible to use TLS breaking proxies for systemwide ad blocking, but even that wouldn’t help, because nowadays a lot of content and ads are loaded dynamically via javascript. So a browser is required to filter ads.