assert
assert copied to clipboard
Assertion::url() does not support url with underscores in subdomains
Url like this: http://_www.valid-domain.com
results in error, when it is perfectly valid.
The validation in Assertion::url()
is based around upon Symfony's UrlValidator which now supports _
in domain names, I will update this to match.