mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Fixed #25620 -- Made URLValidator prohibit URLs with consecutive dots in the domain section.
This commit is contained in:
committed by
Tim Graham
parent
15ef1dd478
commit
96fe90f535
@@ -49,3 +49,4 @@ http://.www.foo.bar./
|
||||
http://[::1:2::3]:8080/
|
||||
http://[]
|
||||
http://[]:8080
|
||||
http://example..com/
|
||||
|
||||
Reference in New Issue
Block a user