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

Foreground Page Reload rule converts URL to lowercase #16

Open
fmp777 opened this issue Nov 8, 2017 · 0 comments
Open

Foreground Page Reload rule converts URL to lowercase #16

fmp777 opened this issue Nov 8, 2017 · 0 comments

Comments

@fmp777
Copy link

fmp777 commented Nov 8, 2017

It seems to be matching the urls case insensitive, but thats not the best idea. It is possible that parts of the URL are case sensitive, so its best to build this in a case-sensitive manner. Store the actual user input, do not convert to lowercase, match with case-sensitivity for a less buggy result in edge case scenarios.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant