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
{{ message }}
This repository was archived by the owner on May 22, 2019. It is now read-only.
By default it seems to be wiser to not add a default scheme to arbitrary strings.
as…üdfasdf.de/asdf is accepted and results in http://as…üdfasdf.de/asdf - notice the ellipsis character and umlaut character in the domain part. Neither parse_url nor FILTER_VALIDATE_URL seem to have an issue and the IDN checking doesn't seem to run or help as well?
By default it seems to be wiser to not add a default scheme to arbitrary strings.
as…üdfasdf.de/asdfis accepted and results inhttp://as…üdfasdf.de/asdf- notice the ellipsis character and umlaut character in the domain part. Neitherparse_urlnorFILTER_VALIDATE_URLseem to have an issue and the IDN checking doesn't seem to run or help as well?