mirror of
https://github.com/laylavish/uBlockOrigin-HUGE-AI-Blocklist.git
synced 2026-08-06 02:12:35 -04:00
[GH-ISSUE #28] uBlock rules block unrelated domains if they contain a blocked domain's name #17
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Suyooo on GitHub (Apr 29, 2024).
Original GitHub issue: https://github.com/laylavish/uBlockOrigin-HUGE-AI-Blocklist/issues/28
For example, the block on "udio.com" also hits "visualstudio.com", and all other domains ending with "studio.com".
Maybe it would be enough to just duplicate each rule, one prefixing the domain with a dot and one with a slash?
@Suyooo commented on GitHub (May 4, 2024):
The block on "play.ht" also causes this issue in a slightly different way - it can hit on the filename, so any result that ends with something like "display.html" is removed.
@laylavish commented on GitHub (May 11, 2024):
Yeah, pretty unfortunate site name for sure. Doing what you suggested (duplicate the rule, one rule preceding with a forward slash and one with a period) seemed to fix it. Thanks!
@laylavish commented on GitHub (Jul 11, 2024):
I think this issue has been resolved, since the prominent ones such as 'udio' & play.ht are resolved now. Unsure if there are other edge cases, but for now i'll close this issue.