Add lookahead for ip check in AnyUrl (#2512)

This commit is contained in:
Søren Bjerregaard Vrist
2021-05-09 11:49:19 +02:00
committed by GitHub
parent 9cc19e9a8e
commit 08fc8302cf
3 changed files with 16 additions and 2 deletions
+2
View File
@@ -0,0 +1,2 @@
Add lookahead to ip regexes for `AnyUrl` hosts. This allows urls with DNS labels
looking like IPs to validate as they are perfectly valid host names.