uBlockOrigin / uBlock-issues

This is the community-maintained issue tracker for uBlock Origin
https://github.com/gorhill/uBlock
919 stars 77 forks source link

A word with leading underscore is interpreted as a hostname rule #1145

Closed Yuki2718 closed 4 years ago

Yuki2718 commented 4 years ago

URL(s) where the issue occurs

https://www.shush.se/ (I forgot an actual URL I found the issue but found this for demonstration. The issue was anyway about my custom filter)

Describe the issue

Despite special characters such as ? or . don't compose a word, omitting them from a rule leads to no matching.

For the above example URL temporarily add

_ads.js?$badfilter
ads
_ads
_ads.js
ads.js

and see if requests shush.se/_ads.js? are blocked. It won't be blocked; however, any of these block:

ads.
_ads.
! taken from Tofu filter, a popular list in JP
_ads.js$domain=~mlb.mlb.com|~huffingtonpost.jp
_ads.js?
_ads.js^

To eliminate a possibility that it's specific to ads, I also tested these on the same URL and they didn't block corresponding requests:

imgcache
imgcache.php

but these did:

/imgcache
/imgcache.php
imgcache.
imgcache.php?

So apparently leading / is different from _ and the former can't be omitted if trailing special char was omitted. A question may be whether this actually matters. EasyList/EasyPrivacy usually keep trailing special characters, but I could find some exceptions e.g.

_adverts.js
_rebid.js
_gaTrack.js
_nedstat.js
_nielsen.js
_pixelmap.js
_quantcast.swf
cgi-bin/counter

though IDK if special characters are attached in corresponding requests.

Screenshot(s)

_ads

Versions

Settings

Notes

Yuki2718 commented 4 years ago

Really sorry, I've made it in wrong place. Can you move this to uBlock issues?

gorhill commented 4 years ago

Concerning the ones with underscore (_), this was fixed in 1.28.0, see https://github.com/gorhill/uBlock/commit/01b1ed9a982965378d732ab0cb4bcd68727fe910#comments (I will reproduce here since I had a hard time finding that comment):

Sorry, bad commit message -- many obvious English typos.

Additionally, I couldn't remember what I meant to mention in the commit message, and as is often the case I remembered not long after I pushed the commit to GitHub, so here:

I found a long standing issue in how some static network filters were previously erroneously parsed, those which starts with an underscore and which were confused by uBO as pure hostname filters while they were not. Examples from EasyList:

_468.gif
_468.htm
_728.htm
_ads.cgi
_ads.html
_adverts.js
_rebid.js

The above filters were obviously not meant to be parsed as pure hostname filters. This has been fixed in the above commit, a filter starting with an underscore (a valid hostname character) will no longer be considered as "pure hostname". The filters above ended up being stored in an HNTrie meaning they would never match as intended by the filter author.

Another issue was the incorrect parsing of some hosts files, for example:

https://raw.githubusercontent.com/lennylxx/ipv6-hosts/master/hosts

Specifically, lines with ## were parsed as cosmetic filter. This has also been fixed in the above commit, instances of ## (with a space afterward) will be parsed as comments.

For cases without underscores, then it's by design, see https://github.com/gorhill/uBlock/wiki/Static-filter-syntax#hosts-files:

So in uBO, any pattern which can be wholly read as a valid hostname, will be assumed to be equivalent to a filter of the form ||example.com^.

Yuki2718 commented 4 years ago

@gorhill Thx, that cleared most part of the issue. One thing I'm still not convinced is that I hardly believe ads or imgcache can be a valid host name. Are there any problem to make uBO not to take a word as a host name if it is 1) a single word without period, and 2) not included in the public suffix list?

gwarser commented 4 years ago

2) not included in the public suffix list?

By PSL rules, any singe word is the public suffix, even when not on the list. https://publicsuffix.org/list/

gorhill commented 4 years ago

The PSL algorithm says:

  1. If no rules match, the prevailing rule is "*".

So ads and imgcache can be a TLD, as per above rule.

I think trying to change a behavior that has been in place for years, since the beginning really, is a bad idea. Filters such as ads and imgcache typically do not occur in filter lists, because as per ABP filter syntax, ads is equivalent to *ads*, which would be an inefficient, untokenizable filter and filter list maintainers know to avoid that sort of filters.

If you really want to use ads as a anywhere-pattern in your custom filters, I was going to suggest you use /\bads\b/, since regex syntax allows you to explicitly declare word boundaries, but I found out uBO does not deal with \b when it tries to extract a token from a regex. I will change the code to fix this.

Yuki2718 commented 4 years ago

By PSL rules, any singe word is the public suffix, even when not on the list. https://publicsuffix.org/list/

Thanks, didn't know that.

I think trying to change a behavior that has been in place for years, since the beginning really, is a bad idea. Filters such as ads and imgcache typically do not occur in filter lists, because as per ABP filter syntax, ads is equivalent to *ads*, which would be an inefficient, untokenizable filter and filter list maintainers know to avoid that sort of filters.

If you really want to use ads as a anywhere-pattern in your custom filters, I was going to suggest you use /\bads\b/, since regex syntax allows you to explicitly declare word boundaries, but I found out uBO does not deal with \b when it tries to extract a token from a regex. I will change the code to fix this.

All right, I don't need such a rule but occasionally see such rules in minor (often low-quality) lists. Good to know it happened to improve uBO.

gwarser commented 4 years ago
HOST files with one-word domains blocked ``` 1495_tankmohit's AllUnifiedHosts.txt:0.0.0.0 974gfbjhb23hbfkyfaby 1495_tankmohit's AllUnifiedHosts.txt:0.0.0.0 alsgus132 1495_tankmohit's AllUnifiedHosts.txt:0.0.0.0 amparonv60 1495_tankmohit's AllUnifiedHosts.txt:0.0.0.0 bet 1495_tankmohit's AllUnifiedHosts.txt:0.0.0.0 dc 1495_tankmohit's AllUnifiedHosts.txt:0.0.0.0 erikuc1 1495_tankmohit's AllUnifiedHosts.txt:0.0.0.0 godpore2 1495_tankmohit's AllUnifiedHosts.txt:0.0.0.0 htt 1495_tankmohit's AllUnifiedHosts.txt:0.0.0.0 iof 1495_tankmohit's AllUnifiedHosts.txt:0.0.0.0 jasminezy16 1495_tankmohit's AllUnifiedHosts.txt:0.0.0.0 joanfj11 1495_tankmohit's AllUnifiedHosts.txt:0.0.0.0 kb16 1495_tankmohit's AllUnifiedHosts.txt:0.0.0.0 lynettemj7 1495_tankmohit's AllUnifiedHosts.txt:0.0.0.0 michelenb7 1495_tankmohit's AllUnifiedHosts.txt:0.0.0.0 milagrosti5 1495_tankmohit's AllUnifiedHosts.txt:0.0.0.0 moatadcom 1495_tankmohit's AllUnifiedHosts.txt:0.0.0.0 mosumumopo 1495_tankmohit's AllUnifiedHosts.txt:0.0.0.0 nsrf 1495_tankmohit's AllUnifiedHosts.txt:0.0.0.0 p27dokhp 1495_tankmohit's AllUnifiedHosts.txt:0.0.0.0 p27dokhpz2n7n 1495_tankmohit's AllUnifiedHosts.txt:0.0.0.0 phishing 1495_tankmohit's AllUnifiedHosts.txt:0.0.0.0 phormlabscom 1495_tankmohit's AllUnifiedHosts.txt:0.0.0.0 pm 1495_tankmohit's AllUnifiedHosts.txt:0.0.0.0 skimresourcecom 1495_tankmohit's AllUnifiedHosts.txt:0.0.0.0 smartadserver 1495_tankmohit's AllUnifiedHosts.txt:0.0.0.0 statwordprescom 1495_tankmohit's AllUnifiedHosts.txt:0.0.0.0 tuan 1906_Rhys-H Hosts-List.txt:127.0.0.1 autoproxy 1937_fakeinet.com Scam, Fakes and frauds of Internet URL list.txt:127.0.0.1 analizamos 1937_fakeinet.com Scam, Fakes and frauds of Internet URL list.txt:127.0.0.1 ciberdelincuentes 1937_fakeinet.com Scam, Fakes and frauds of Internet URL list.txt:127.0.0.1 descarga 1937_fakeinet.com Scam, Fakes and frauds of Internet URL list.txt:127.0.0.1 h 1937_fakeinet.com Scam, Fakes and frauds of Internet URL list.txt:127.0.0.1 kaufesmarktpl 1937_fakeinet.com Scam, Fakes and frauds of Internet URL list.txt:127.0.0.1 lovevipsale 1937_fakeinet.com Scam, Fakes and frauds of Internet URL list.txt:127.0.0.1 prepara 1937_fakeinet.com Scam, Fakes and frauds of Internet URL list.txt:127.0.0.1 recibimos 1937_fakeinet.com Scam, Fakes and frauds of Internet URL list.txt:127.0.0.1 schuhe 2061_Cybo's Simplified Domains.txt:0.0.0.0 singlespot 2072_Sebsauvage Hosts.txt:0.0.0.0 from 2166_urlhaus-filter (hosts).txt:0.0.0.0 bahomacom 2166_urlhaus-filter (hosts).txt:0.0.0.0 cducarrefr 2166_urlhaus-filter (hosts).txt:0.0.0.0 diamondigcom 2166_urlhaus-filter (hosts).txt:0.0.0.0 easytaxvn 2166_urlhaus-filter (hosts).txt:0.0.0.0 ekimkayadropshippingcom 2166_urlhaus-filter (hosts).txt:0.0.0.0 http 2166_urlhaus-filter (hosts).txt:0.0.0.0 hurricansk 2166_urlhaus-filter (hosts).txt:0.0.0.0 maquisagdlcom 2166_urlhaus-filter (hosts).txt:0.0.0.0 prowidorcom 2166_urlhaus-filter (hosts).txt:0.0.0.0 sebazicom 2166_urlhaus-filter (hosts).txt:0.0.0.0 ttps 337_HOSTS for Adaway for Japan.txt:127.0.0.1 o 338_Japan Hosts Ultimate.txt:127.0.0.1 o 401_notracking - Hostnames.txt:0.0.0.0 from 476_jmdugan Blocklists Microsoft.txt:0.0.0.0 office 476_jmdugan Blocklists Microsoft.txt:0.0.0.0 windows 482_Energized Blu Go Protection.txt:0.0.0.0 analizamos 482_Energized Blu Go Protection.txt:0.0.0.0 ciberdelincuentes 482_Energized Blu Go Protection.txt:0.0.0.0 country 482_Energized Blu Go Protection.txt:0.0.0.0 dateresolved 482_Energized Blu Go Protection.txt:0.0.0.0 descarga 482_Energized Blu Go Protection.txt:0.0.0.0 domain 482_Energized Blu Go Protection.txt:0.0.0.0 h 482_Energized Blu Go Protection.txt:0.0.0.0 kaufesmarktpl 482_Energized Blu Go Protection.txt:0.0.0.0 lovevipsale 482_Energized Blu Go Protection.txt:0.0.0.0 passivednsreplication 482_Energized Blu Go Protection.txt:0.0.0.0 recibimos 482_Energized Blu Go Protection.txt:0.0.0.0 schuhe 482_Energized Blu Go Protection.txt:0.0.0.0 speednetwork 490_Anti-pr0n hosts.txt:0.0.0.0 archangel202.245.160.133 4_Hosts Blocking.txt:0.0.0.0 bet 4_Hosts Blocking.txt:0.0.0.0 smartadserver 602_ThaiAntiTokenSites Hosts.txt:0.0.0.0 likefanpagethai 64_Jansal's Hosts Light.txt:192.168.1.254 invalid 1.michaelwilsonmusic.com 2.refiinc.com 2.wholesalepbm.com 2.zerocostfha.com 2wnpf.tld.cc 3.bluepointmortgage.com 3.coolerpillow.com 3.photowallrental.com 65_Jansal's Hosts.txt:0.0.0.0 invalid 1.michaelwilsonmusic.com 2.refiinc.com 2.wholesalepbm.com 2.zerocostfha.com 2wnpf.tld.cc 3.bluepointmortgage.com 3.coolerpillow.com 3.photowallrental.com 669_10ZiN Host Database (Full).txt:0.0.0.0 binary 693_Ultimate Hosts Blacklist (Hosts).txt:0.0.0.0 ad 693_Ultimate Hosts Blacklist (Hosts).txt:0.0.0.0 as 693_Ultimate Hosts Blacklist (Hosts).txt:0.0.0.0 az 693_Ultimate Hosts Blacklist (Hosts).txt:0.0.0.0 be 693_Ultimate Hosts Blacklist (Hosts).txt:0.0.0.0 bet 693_Ultimate Hosts Blacklist (Hosts).txt:0.0.0.0 com 693_Ultimate Hosts Blacklist (Hosts).txt:0.0.0.0 de 693_Ultimate Hosts Blacklist (Hosts).txt:0.0.0.0 domains 693_Ultimate Hosts Blacklist (Hosts).txt:0.0.0.0 ee 693_Ultimate Hosts Blacklist (Hosts).txt:0.0.0.0 fr 693_Ultimate Hosts Blacklist (Hosts).txt:0.0.0.0 gl 693_Ultimate Hosts Blacklist (Hosts).txt:0.0.0.0 group 693_Ultimate Hosts Blacklist (Hosts).txt:0.0.0.0 in 693_Ultimate Hosts Blacklist (Hosts).txt:0.0.0.0 is 693_Ultimate Hosts Blacklist (Hosts).txt:0.0.0.0 mu 693_Ultimate Hosts Blacklist (Hosts).txt:0.0.0.0 name 693_Ultimate Hosts Blacklist (Hosts).txt:0.0.0.0 net 693_Ultimate Hosts Blacklist (Hosts).txt:0.0.0.0 us ```
grep -P '^(\d+\.){3}\d+ [a-z0-9]+(\s|$)' * > ../word.txt
HOST lists ``` 1300_StopForumSpam Toxic Domains Whole.txt:instances 1325_Shalla List Dating Domains.txt:adulthookups 1383_Shalla List Movies Domains.txt:filmibeat 1393_Shalla List Porn Domains.txt:clubfayereagan 1393_Shalla List Porn Domains.txt:ollisbumsblog 1393_Shalla List Porn Domains.txt:thumb 1431_Shalla List Spyware Domains.txt:mosumumopo 1441_Shalla List Warez Domains.txt:cracksnet 1490_Phishing Domain Database.txt:cc 1490_Phishing Domain Database.txt:com 1490_Phishing Domain Database.txt:gt 1490_Phishing Domain Database.txt:ie 1490_Phishing Domain Database.txt:lt 1496_Temporary Autonomous Zone Spam Domains.txt:luckybetcasinoonline 1496_Temporary Autonomous Zone Spam Domains.txt:fififififififififififiifif 1496_Temporary Autonomous Zone Spam Domains.txt:vi 1496_Temporary Autonomous Zone Spam Domains.txt:ifactorystores 1496_Temporary Autonomous Zone Spam Domains.txt:morewealthonline 1496_Temporary Autonomous Zone Spam Domains.txt:detectivenow 1496_Temporary Autonomous Zone Spam Domains.txt:medsovernightrx 1496_Temporary Autonomous Zone Spam Domains.txt:products4less 1496_Temporary Autonomous Zone Spam Domains.txt:less 1496_Temporary Autonomous Zone Spam Domains.txt:junk 1496_Temporary Autonomous Zone Spam Domains.txt:valuencom 1496_Temporary Autonomous Zone Spam Domains.txt:k9ij 1496_Temporary Autonomous Zone Spam Domains.txt:kedrx 1496_Temporary Autonomous Zone Spam Domains.txt:dancingelephantprojects 1501_joelotz URLBlacklist.txt:httpberitasinfo 1501_joelotz URLBlacklist.txt:httpcomputeradeptinfo 1531_Adware Filter Scrip.txt:00548c4bbcdbfcce35d9b1a1d9cc31c59c7952cbb9ef1f7be9324917dcc69916 1531_Adware Filter Scrip.txt:065384f1baf748347e22c2c2a0c5b9f0 1531_Adware Filter Scrip.txt:0f9feac9f074066902a35a62ae402d7a2bb98e74e2cd2e9cd908095334e96cbc 1531_Adware Filter Scrip.txt:1745108984895bfa683f4881836f55f44f3429957204c69649a6c015cc66a80f 1531_Adware Filter Scrip.txt:21cce2dc3f2eee09b7e19e5d3438de16d8e3eaa27f86e7b1b0de929fe5a9aa2e 1531_Adware Filter Scrip.txt:51a2a5886ab862cde2f628 1531_Adware Filter Scrip.txt:556eca26a97ff4be424701 1531_Adware Filter Scrip.txt:5a68703f7b9aacc0f92dd 1531_Adware Filter Scrip.txt:7b04b66e13cbc57955c3 1531_Adware Filter Scrip.txt:db565d207ae2ff85ed64e392d50a500c1153143656686f1ceeb81d61ff174829 1531_Adware Filter Scrip.txt:fa831c3b01dcfdf409ab90c0e7313a10062490c8fe2a518dd849dc5431c2c3ad 1531_Adware Filter Scrip.txt:flliilndjeohchalpbbcdekjklbdgfkk 1531_Adware Filter Scrip.txt:hcjjaajflhellmcfcecojihhmdbjmmlm 1532_Spyware Filter Scrip.txt:557f5c0f3c642c0cd11c94dcba298c267252d46ef4e17a88d9be8c01d3511c35 1532_Spyware Filter Scrip.txt:f679bfa399c230ecada51d038340f5b99010634bd798a074d50f799e6cb2d31d 1716_PiHole Lists - Spyware.txt:adsoncom 1716_PiHole Lists - Spyware.txt:bigcom 1716_PiHole Lists - Spyware.txt:easyinfo 1718_PiHole Lists - Blocklist.txt:simsotfqki 1718_PiHole Lists - Blocklist.txt:vuccmbxlbfela 1718_PiHole Lists - Blocklist.txt:pkoctetlwjibano 1718_PiHole Lists - Blocklist.txt:ibbuioc 1718_PiHole Lists - Blocklist.txt:utqffmxip 1718_PiHole Lists - Blocklist.txt:xfsmlfyshflpqjm 1724_Nolovia Supplemental Bad Host Index blacklist file.txt:mediabreakaway 1856_name.txt:nocomments 1879_urlhaus-filter (Domains).txt:bahomacom 1879_urlhaus-filter (Domains).txt:cducarrefr 1879_urlhaus-filter (Domains).txt:diamondigcom 1879_urlhaus-filter (Domains).txt:easytaxvn 1879_urlhaus-filter (Domains).txt:ekimkayadropshippingcom 1879_urlhaus-filter (Domains).txt:http 1879_urlhaus-filter (Domains).txt:hurricansk 1879_urlhaus-filter (Domains).txt:maquisagdlcom 1879_urlhaus-filter (Domains).txt:prowidorcom 1879_urlhaus-filter (Domains).txt:sebazicom 1879_urlhaus-filter (Domains).txt:ttps 1879_urlhaus-filter-hosts.txt:adcoophttp 1879_urlhaus-filter-hosts.txt:bahomacom 1879_urlhaus-filter-hosts.txt:cducarrefr 1879_urlhaus-filter-hosts.txt:diamondigcom 1879_urlhaus-filter-hosts.txt:easytaxvn 1879_urlhaus-filter-hosts.txt:ekimkayadropshippingcom 1879_urlhaus-filter-hosts.txt:hthttp 1879_urlhaus-filter-hosts.txt:hurricansk 1879_urlhaus-filter-hosts.txt:maquisagdlcom 1879_urlhaus-filter-hosts.txt:prowidorcom 1879_urlhaus-filter-hosts.txt:sebazicom 1938_Mobile Ads.txt:advert 1938_Mobile Ads.txt:adsense 1938_Mobile Ads.txt:adbanner 2074_Sebsauvage Hosts (Domains).txt:from 2093_Hosts Blocklists Unit 42.txt:0ffice365life 2093_Hosts Blocklists Unit 42.txt:0ffice365services 2093_Hosts Blocklists Unit 42.txt:skydriveservices 217_Adblock Persian List.txt:468x60 217_Adblock Persian List.txt:468x60 217_Adblock Persian List.txt:170x70 217_Adblock Persian List.txt:120x240 2215_Maltrail - Malware Domains.txt:getupdates 2215_Maltrail - Malware Domains.txt:gettask 2215_Maltrail - Malware Domains.txt:reporttask 2215_Maltrail - Malware Domains.txt:reportupdates 2215_Maltrail - Malware Domains.txt:gettasks 2215_Maltrail - Malware Domains.txt:gettasksize 2215_Maltrail - Malware Domains.txt:rbacrbyq2czpwn15net 2303_name.txt:blackbook 251_Filtros Nauscopicos.txt:123count 251_Filtros Nauscopicos.txt:adcounter 251_Filtros Nauscopicos.txt:adserveredirect 251_Filtros Nauscopicos.txt:bannerspace 251_Filtros Nauscopicos.txt:blogads 251_Filtros Nauscopicos.txt:googleads 251_Filtros Nauscopicos.txt:linkcounter 251_Filtros Nauscopicos.txt:lollipop 251_Filtros Nauscopicos.txt:marketscore 251_Filtros Nauscopicos.txt:nedstat 251_Filtros Nauscopicos.txt:paypopup 251_Filtros Nauscopicos.txt:phpadsnew 251_Filtros Nauscopicos.txt:popunder 251_Filtros Nauscopicos.txt:promotionad 251_Filtros Nauscopicos.txt:quantserve 251_Filtros Nauscopicos.txt:quigo 251_Filtros Nauscopicos.txt:sidead 251_Filtros Nauscopicos.txt:sitestat 251_Filtros Nauscopicos.txt:tradedoubler 251_Filtros Nauscopicos.txt:vwbox 251_Filtros Nauscopicos.txt:webads 251_Filtros Nauscopicos.txt:webtrend 251_Filtros Nauscopicos.txt:xcounter 251_Filtros Nauscopicos.txt:xtcore 280_Clickbait Blocklist.txt:zemanta 353_HOSTS AdBlock - Anti-Annoyance - Block Annoying Connections.txt:addthis 353_HOSTS AdBlock - Anti-Annoyance - Block Annoying Connections.txt:adonis 353_HOSTS AdBlock - Anti-Annoyance - Block Annoying Connections.txt:adrotate 353_HOSTS AdBlock - Anti-Annoyance - Block Annoying Connections.txt:advert 353_HOSTS AdBlock - Anti-Annoyance - Block Annoying Connections.txt:advplaces 353_HOSTS AdBlock - Anti-Annoyance - Block Annoying Connections.txt:adzerk 353_HOSTS AdBlock - Anti-Annoyance - Block Annoying Connections.txt:adzuna 353_HOSTS AdBlock - Anti-Annoyance - Block Annoying Connections.txt:affiliate 353_HOSTS AdBlock - Anti-Annoyance - Block Annoying Connections.txt:airdroid 353_HOSTS AdBlock - Anti-Annoyance - Block Annoying Connections.txt:asmjs 353_HOSTS AdBlock - Anti-Annoyance - Block Annoying Connections.txt:astrology 353_HOSTS AdBlock - Anti-Annoyance - Block Annoying Connections.txt:authedmine 353_HOSTS AdBlock - Anti-Annoyance - Block Annoying Connections.txt:authedminer 353_HOSTS AdBlock - Anti-Annoyance - Block Annoying Connections.txt:bugreport 353_HOSTS AdBlock - Anti-Annoyance - Block Annoying Connections.txt:chartbeat 353_HOSTS AdBlock - Anti-Annoyance - Block Annoying Connections.txt:chromecontentsuggestions 353_HOSTS AdBlock - Anti-Annoyance - Block Annoying Connections.txt:chromereader 353_HOSTS AdBlock - Anti-Annoyance - Block Annoying Connections.txt:clicktr 353_HOSTS AdBlock - Anti-Annoyance - Block Annoying Connections.txt:clicktracker 353_HOSTS AdBlock - Anti-Annoyance - Block Annoying Connections.txt:connatix 353_HOSTS AdBlock - Anti-Annoyance - Block Annoying Connections.txt:cookieconsent 353_HOSTS AdBlock - Anti-Annoyance - Block Annoying Connections.txt:doubleclick 353_HOSTS AdBlock - Anti-Annoyance - Block Annoying Connections.txt:exoclick 353_HOSTS AdBlock - Anti-Annoyance - Block Annoying Connections.txt:exosrv 353_HOSTS AdBlock - Anti-Annoyance - Block Annoying Connections.txt:getclicky 353_HOSTS AdBlock - Anti-Annoyance - Block Annoying Connections.txt:gigya 353_HOSTS AdBlock - Anti-Annoyance - Block Annoying Connections.txt:goodshare 353_HOSTS AdBlock - Anti-Annoyance - Block Annoying Connections.txt:googleads 353_HOSTS AdBlock - Anti-Annoyance - Block Annoying Connections.txt:googleadservices 353_HOSTS AdBlock - Anti-Annoyance - Block Annoying Connections.txt:googletagmanager 353_HOSTS AdBlock - Anti-Annoyance - Block Annoying Connections.txt:horoscop 353_HOSTS AdBlock - Anti-Annoyance - Block Annoying Connections.txt:hostgator 353_HOSTS AdBlock - Anti-Annoyance - Block Annoying Connections.txt:iwanttodeliver 353_HOSTS AdBlock - Anti-Annoyance - Block Annoying Connections.txt:jobbox 353_HOSTS AdBlock - Anti-Annoyance - Block Annoying Connections.txt:mysticism 353_HOSTS AdBlock - Anti-Annoyance - Block Annoying Connections.txt:napkin 353_HOSTS AdBlock - Anti-Annoyance - Block Annoying Connections.txt:ooyala 353_HOSTS AdBlock - Anti-Annoyance - Block Annoying Connections.txt:pagefair 353_HOSTS AdBlock - Anti-Annoyance - Block Annoying Connections.txt:pooradb 353_HOSTS AdBlock - Anti-Annoyance - Block Annoying Connections.txt:promotion 353_HOSTS AdBlock - Anti-Annoyance - Block Annoying Connections.txt:rackcdn 353_HOSTS AdBlock - Anti-Annoyance - Block Annoying Connections.txt:scandalads 353_HOSTS AdBlock - Anti-Annoyance - Block Annoying Connections.txt:sharrre 353_HOSTS AdBlock - Anti-Annoyance - Block Annoying Connections.txt:skimlinks 353_HOSTS AdBlock - Anti-Annoyance - Block Annoying Connections.txt:sockjs 353_HOSTS AdBlock - Anti-Annoyance - Block Annoying Connections.txt:stackpathdns 353_HOSTS AdBlock - Anti-Annoyance - Block Annoying Connections.txt:taldor 353_HOSTS AdBlock - Anti-Annoyance - Block Annoying Connections.txt:trafficjunky 353_HOSTS AdBlock - Anti-Annoyance - Block Annoying Connections.txt:trafficstars 353_HOSTS AdBlock - Anti-Annoyance - Block Annoying Connections.txt:tribdss 353_HOSTS AdBlock - Anti-Annoyance - Block Annoying Connections.txt:vglnk 353_HOSTS AdBlock - Anti-Annoyance - Block Annoying Connections.txt:windgetbook 414_pfBlockerNG - MS-2.txt:beritanowtk 422_Blocklist (ligyxy).txt:tk5gultop 422_Blocklist (ligyxy).txt:tkf30ztop 437_EasyList Brasil.txt:paywall 465_Shalla Malware.txt:mosumumopo 467_Adware BL(By Garuda).txt:00548c4bbcdbfcce35d9b1a1d9cc31c59c7952cbb9ef1f7be9324917dcc69916 467_Adware BL(By Garuda).txt:065384f1baf748347e22c2c2a0c5b9f0 467_Adware BL(By Garuda).txt:0f9feac9f074066902a35a62ae402d7a2bb98e74e2cd2e9cd908095334e96cbc 467_Adware BL(By Garuda).txt:1745108984895bfa683f4881836f55f44f3429957204c69649a6c015cc66a80f 467_Adware BL(By Garuda).txt:21cce2dc3f2eee09b7e19e5d3438de16d8e3eaa27f86e7b1b0de929fe5a9aa2e 467_Adware BL(By Garuda).txt:51a2a5886ab862cde2f628 467_Adware BL(By Garuda).txt:556eca26a97ff4be424701 467_Adware BL(By Garuda).txt:5a68703f7b9aacc0f92dd 467_Adware BL(By Garuda).txt:7b04b66e13cbc57955c3 467_Adware BL(By Garuda).txt:db565d207ae2ff85ed64e392d50a500c1153143656686f1ceeb81d61ff174829 467_Adware BL(By Garuda).txt:fa831c3b01dcfdf409ab90c0e7313a10062490c8fe2a518dd849dc5431c2c3ad 467_Adware BL(By Garuda).txt:flliilndjeohchalpbbcdekjklbdgfkk 467_Adware BL(By Garuda).txt:hcjjaajflhellmcfcecojihhmdbjmmlm 468_Adware Filter Block.txt:00548c4bbcdbfcce35d9b1a1d9cc31c59c7952cbb9ef1f7be9324917dcc69916 468_Adware Filter Block.txt:065384f1baf748347e22c2c2a0c5b9f0 468_Adware Filter Block.txt:0f9feac9f074066902a35a62ae402d7a2bb98e74e2cd2e9cd908095334e96cbc 468_Adware Filter Block.txt:1745108984895bfa683f4881836f55f44f3429957204c69649a6c015cc66a80f 468_Adware Filter Block.txt:21cce2dc3f2eee09b7e19e5d3438de16d8e3eaa27f86e7b1b0de929fe5a9aa2e 468_Adware Filter Block.txt:51a2a5886ab862cde2f628 468_Adware Filter Block.txt:556eca26a97ff4be424701 468_Adware Filter Block.txt:5a68703f7b9aacc0f92dd 468_Adware Filter Block.txt:7b04b66e13cbc57955c3 468_Adware Filter Block.txt:db565d207ae2ff85ed64e392d50a500c1153143656686f1ceeb81d61ff174829 468_Adware Filter Block.txt:fa831c3b01dcfdf409ab90c0e7313a10062490c8fe2a518dd849dc5431c2c3ad 468_Adware Filter Block.txt:flliilndjeohchalpbbcdekjklbdgfkk 468_Adware Filter Block.txt:hcjjaajflhellmcfcecojihhmdbjmmlm 469_Spyware Filter Block List.txt:557f5c0f3c642c0cd11c94dcba298c267252d46ef4e17a88d9be8c01d3511c35 469_Spyware Filter Block List.txt:f679bfa399c230ecada51d038340f5b99010634bd798a074d50f799e6cb2d31d 491_name.txt:pornhosts 510_BlockUnderRadarJunk.txt:adglare 593_name.txt:fakenews 694_Ultimate Hosts Blacklist (Domains).txt:ad 694_Ultimate Hosts Blacklist (Domains).txt:as 694_Ultimate Hosts Blacklist (Domains).txt:az 694_Ultimate Hosts Blacklist (Domains).txt:be 694_Ultimate Hosts Blacklist (Domains).txt:bet 694_Ultimate Hosts Blacklist (Domains).txt:com 694_Ultimate Hosts Blacklist (Domains).txt:de 694_Ultimate Hosts Blacklist (Domains).txt:domains 694_Ultimate Hosts Blacklist (Domains).txt:ee 694_Ultimate Hosts Blacklist (Domains).txt:fr 694_Ultimate Hosts Blacklist (Domains).txt:gl 694_Ultimate Hosts Blacklist (Domains).txt:group 694_Ultimate Hosts Blacklist (Domains).txt:in 694_Ultimate Hosts Blacklist (Domains).txt:is 694_Ultimate Hosts Blacklist (Domains).txt:mu 694_Ultimate Hosts Blacklist (Domains).txt:name 694_Ultimate Hosts Blacklist (Domains).txt:net 694_Ultimate Hosts Blacklist (Domains).txt:us 72_name.txt:hufilter 808_ajnasz's list.txt:rootclick 808_ajnasz's list.txt:interclick 808_ajnasz's list.txt:fastclick 808_ajnasz's list.txt:googleadservices 808_ajnasz's list.txt:hirdetes 808_ajnasz's list.txt:boxbanner 808_ajnasz's list.txt:bannerek 809_NLblock.txt:ptnrcontent 809_NLblock.txt:publicidad 820_uMatrix - Rulesets for English websites.txt:4chan 858_urlhaus-filter.txt:bahomacom 858_urlhaus-filter.txt:cducarrefr 858_urlhaus-filter.txt:diamondigcom 858_urlhaus-filter.txt:easytaxvn 858_urlhaus-filter.txt:ekimkayadropshippingcom 858_urlhaus-filter.txt:http 858_urlhaus-filter.txt:hurricansk 858_urlhaus-filter.txt:maquisagdlcom 858_urlhaus-filter.txt:prowidorcom 858_urlhaus-filter.txt:sebazicom 858_urlhaus-filter.txt:ttps ```