[GH-ISSUE #28] uBlock rules block unrelated domains if they contain a blocked domain's name #17

Closed
opened 2026-08-06 02:12:45 -04:00 by saavagebueno · 3 comments
Owner

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?

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?
Author
Owner

@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.

<!-- gh-comment-id:2094076108 --> @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 "dis*play.ht*ml" is removed.
Author
Owner

@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!

<!-- gh-comment-id:2105915573 --> @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!
Author
Owner

@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.

<!-- gh-comment-id:2222522257 --> @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.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: DYNR/uBlockOrigin-HUGE-AI-Blocklist#17