You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The crux of the issue is whether the first letter is uppercase or not. The filter is improperly parsed if the first letter is uppercase. I forgot to use the i flag in a regex used to detect filters prefixed with a *.
It's highly unlikely that such filter exists in any of the filter lists. In any case, fix is trivial.
The text was updated successfully, but these errors were encountered:
First reported on Reddit: https://www.reddit.com/r/uBlockOrigin/comments/81cxtm/question_about_wildcard/.
Quoting myself as to why this occurs:
It's highly unlikely that such filter exists in any of the filter lists. In any case, fix is trivial.
The text was updated successfully, but these errors were encountered: