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
What I'll do is do a strtolower on the scheme before validation. For the hostname, it'll be tackled in Issue #7 which will cover changing the hostname matching.
Whenever you have schema in capital letters it won't match with whitelisted schemas list
Example
HTTP://google.com
Most likely you can make schema and hostname lower case, but not query
The text was updated successfully, but these errors were encountered: