assert icon indicating copy to clipboard operation
assert copied to clipboard

Assertion::url() does not support url with underscores in subdomains

Open mleczakm opened this issue 5 years ago • 1 comments

Url like this: http://_www.valid-domain.com results in error, when it is perfectly valid.

mleczakm avatar Jan 10 '20 15:01 mleczakm

The validation in Assertion::url() is based around upon Symfony's UrlValidator which now supports _ in domain names, I will update this to match.

rquadling avatar Jan 12 '20 11:01 rquadling