Closed Antsy4904 closed 8 months ago
Fixed in https://github.com/VernonStow/Filterlist/commit/dadac8c6fec177fc2cf4f005764de5883890f033
The reason to block $all is to prevent scripts or i-frames from the blocked domains, but I'll look into it further.
I realize now that I forgot to check that it got fixed cause it seems you did it correctly but.. the images are still getting blocked somehow?
Maybe it's not a match because its on img.itch.zone
and not itch.zone
? If that's it then would have made the same mistake honestly..
$domain applies to the domain making the request, not the domain being requested. Since itch.io and not itch.zone is making the request, it is still blocked (sorry if that's confusing): https://github.com/gorhill/uBlock/wiki/Static-filter-syntax#domain I think denyallow work better: https://github.com/gorhill/uBlock/wiki/Static-filter-syntax#denyallow
||zone^$all,denyallow=itch.zone,domain=~blahaj.zone|~froth.zone
Thanks
Thanks, @Antsy4904 and @iam-py-test . Images hosted on img.itch.zone are loading OK for me after the suggested rewrite and force updating the filter.
I haven't been able to find any noteworthy documentation on why some other lists only block $doc for suspicious TLDs, but I'd be interested if someone can provide more info.
https://itch.io/ is a legit place to download and purchase digital content, most of of the images seem to be hosted on
https://img.itch.zone/
.Speaking of this, does this list have to be all requests? can't it be only or mostly
^document
if you catch my drift? Lots of websites are bound to host CDNs on silly domains like this and the shady ones are probably not doing that... they are mostly using it on the main website domain only.Just a thought, would bring down potential false positives a lot.