mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Fixed #25059 -- Allowed Punycode TLDs in URLValidator
This commit is contained in:
committed by
Tim Graham
parent
b74b94445d
commit
bc98bc56a5
@@ -48,6 +48,7 @@ http://مثال.إختبار
|
||||
http://例子.测试
|
||||
http://उदाहरण.परीक्षा
|
||||
http://-.~_!$&'()*+,;=:%40:80%2f::::::@example.com
|
||||
http://xn--7sbb4ac0ad0be6cf.xn--p1ai
|
||||
http://1337.net
|
||||
http://a.b-c.de
|
||||
http://223.255.255.254
|
||||
|
||||
Reference in New Issue
Block a user