AdguardTeam / HostlistsRegistry

Known hosts blocklists that are made available to the users of AdGuard products
https://adguard-dns.io/
GNU General Public License v3.0
197 stars 71 forks source link

New filters #508

Open Spl0itable opened 3 weeks ago

Spl0itable commented 3 weeks ago

Have added filters for no amazon, facebook, microsoft, and tiktok

Spl0itable commented 3 weeks ago

I'm hoping to use these blocklists with adguard-dns.io 🤓 thanks

Alex-302 commented 3 weeks ago

If you want to block FB, no need to add all subdomains. Instead of 6k rules with fbcdn.net can be used ||fbcdn.net^

Spl0itable commented 3 weeks ago

@Alex-302 sorry I should have called it "Meta" as it includes all Meta properties (Facebook, Instagram, messenger, etc)

Alex-302 commented 3 weeks ago

@Spl0itable it is just HOSTS list, where 0.0.0.0 replaced by ||. 99% of rules are redundant.

Alex-302 commented 3 weeks ago

In AG, thouthands of rules can be replaced by

||facebook.com^
||fb.me^
||fb.com^
||messenger.com^
||fbsbx.com^
||tfbnw.net^
||oculusvr.com^
||fbcdn.net^
||instagram.com^
||whatsapp.net^
||facebook.net^
||oculus.com^
||whatsapp.com^
||giphy.com^
||facebookmail.com^
||fbcdn.com^
||fbcdn-*.akamaihd.net^
||facebookbrand.com^
||facebook.de^
||facebook.design^
||facebook.fr^
||facebookvirtualassistant.com^
||freebasics.com^
||fbpigeon.com^
||internet.org^
||instagramstatic-*.akamaihd.net.edgesuite.net^
||instagramstatic-*.akamaihd.net^
||facebook-web-clients.appspot.com^
||facebookdesktop.com^
||giphy.map.fastly.net^
||fbexternal-a.akamaihd.net^
||fbstatic-a.akamaihd.net^
||block-test-facebook.developerdan.com^
||block-test.developerdan.com^
||calibra.com^
||fbcallback.wechat.com^
||fburl.com^
||giphyscripts.s3.amazonaws.com^
||m.me^
||static.addtoany.com^
||static.hootsuite.com^
||wa.me^
||watchdog.energized.pro^

@@||platform.foursquare.com^! Not owned by FB
@@||static.licdn.com^! Not owned by FB
Spl0itable commented 3 weeks ago

@Alex-302 ok thanks. That could still be useful to create a list for no Meta. It wasn't my list originally, it's one I pulled from a different source.

Alex-302 commented 3 weeks ago

@Spl0itable You may suggest it to the author:)

Spl0itable commented 3 weeks ago

@Alex-302 ok, will do. How about the other lists?

Alex-302 commented 3 weeks ago

We can't add literally all filters in the world. Will be checked later.

Spl0itable commented 3 weeks ago

@Alex-302 I didn't just make suggestions, I went out of my way to submit a PR. These were only for Big Tech. No need to be condescending, when I'm just tying to help...

Alex-302 commented 3 weeks ago

New filters should be added one per pool-request. Checking a large PR will take more time.