anudeepND / blacklist

Curated and well-maintained hostfile to block ads, tracking, cryptomining, and more! Updated regularly. ⚡🔒
https://hosts.anudeep.me/mirror/adservers.txt
MIT License
1.09k stars 112 forks source link

www.msn.com is blocked #166

Closed louisgtwo closed 3 years ago

louisgtwo commented 3 years ago

https://www.msn.com is blocked because a-msedge.net is on adservers.txt.

spirillen commented 3 years ago

First of That domain should not be there, secondly, it is only a issue for you as you are blocking it as wildcard.

drill www.msn.com @9.9.9.9

www.msn.com.    12738   IN      CNAME   www-msn-com.a-0003.a-msedge.net.
www-msn-com.a-0003.a-msedge.net.        171     IN      CNAME   a-0003.a-msedge.net.
a-0003.a-msedge.net.    101     IN      A       204.79.197.203

As you can see (for this query), then www.msn.com is redirected to a-0003.a-msedge.net

So we should probably remove 0.0.0.0 a-msedge.net

If you have upgraded to an RPZ aware DNS server, you should find the European domain for www.msn.com and then setup up a proper CNAME for that. The reason is you then can enforce the GDPR policy upon microshit.

www.msn.com CNAME a-0003.a-msedge.net.

anudeepND commented 3 years ago

Sorry for the late reply. Can confirm the issue, I will take a look at it later. Thanks for the info