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
Is your feature request related to a problem/ issue? Please describe.
When I write a wildcard, I always have to consider all cases of uppercase and lowercase letters.
Describe the solution you'd like
I would like a case-insensitive wildcard option, allowing it to match both example.com
and Example.com
without needing to specify both *.example.com* and *.Example.com* in the exclusion list.
Additional context
Example:
Some websites format the URI to lowercase, while others do not. For example, with my name "B1ack3ye":
Twitter: https://twitter.com/B1ack3ye - keeps my name as it is.
Twitch: https://www.twitch.tv/b1ack3ye - converts my name to lowercase.
Therefore, it would be beneficial to have a wildcard option like *b1ack3ye* that covers both cases without having to add *b1ack3ye* and *B1ack3ye* separately.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem/ issue? Please describe.
When I write a wildcard, I always have to consider all cases of uppercase and lowercase letters.
Describe the solution you'd like
I would like a case-insensitive wildcard option, allowing it to match both
example.com
and
Example.com
without needing to specify both
*.example.com*
and*.Example.com*
in the exclusion list.Additional context
Example:
Some websites format the URI to lowercase, while others do not. For example, with my name "B1ack3ye":
Twitter:
https://twitter.com/B1ack3ye
- keeps my name as it is.Twitch:
https://www.twitch.tv/b1ack3ye
- converts my name to lowercase.Therefore, it would be beneficial to have a wildcard option like
*b1ack3ye*
that covers both cases without having to add*b1ack3ye*
and*B1ack3ye*
separately.The text was updated successfully, but these errors were encountered: