Open
Description
Hi,
I would like to report a bug.
The url validator doesn't accept valid urls with localhost or an IP
and it accepts invalid urls (with text before a valid url)
i.e.
"http://localhost/index.html" --> INVALID
"http://123.1.2.3/index.html" --> INVALID
"sometexthttp://sample.com/index.html" --> VALID
You can find a example here:
https://jsfiddle.net/0mg1v81e/2086/