Skip to content

incorrect URL validation #181

@ENZ0g

Description

@ENZ0g

url 'http://wwww.example.ex' (four letters w) is validated as correct

import validators

if validators.url('http://wwww.example.ex'):
    print('valid')
else:
    print('not valid')

# will output valid

Metadata

Metadata

Assignees

No one assigned

    Labels

    expectedIssue: Works as designedoutdatedIssue/PR: Open for more than 3 months

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions