-
Notifications
You must be signed in to change notification settings - Fork 163
Closed
Labels
bugIssue: Works not as designedIssue: Works not as designedoutdatedIssue/PR: Open for more than 3 monthsIssue/PR: Open for more than 3 months
Description
URLs can have underscores in the subdomain and be valid. https://stackoverflow.com/questions/2180465/can-domain-name-subdomains-have-an-underscore-in-it URLs with underscores are incorrectly identified as not being URLs.
Example of the failure :
>>> validators.url("https://sample_subdomain.example.com")
ValidationFailure(func=url, args={'value': 'https://sample_subdomain.example.com', 'public': False})
>>> validators.url("https://sample-subdomain.example.com")
True
vkimmanuelgeorge, micahcochran, chalbersma, ja573, firefly21 and 3 more
Metadata
Metadata
Assignees
Labels
bugIssue: Works not as designedIssue: Works not as designedoutdatedIssue/PR: Open for more than 3 monthsIssue/PR: Open for more than 3 months