Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove case sensitivity for wildcard #1006

Open
B1ack3ye opened this issue Feb 3, 2024 · 1 comment
Open

Remove case sensitivity for wildcard #1006

B1ack3ye opened this issue Feb 3, 2024 · 1 comment
Labels
enhancement Improving code that's not necessarily a bug

Comments

@B1ack3ye
Copy link

B1ack3ye commented Feb 3, 2024

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.

@cgorringe cgorringe added the enhancement Improving code that's not necessarily a bug label Feb 8, 2024
@cgorringe
Copy link
Member

Sure, we can fix that. Thanks for your input!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improving code that's not necessarily a bug
Projects
None yet
Development

No branches or pull requests

2 participants