Replies: 10 comments 11 replies
|
are you taking any new suggestions? |
|
Constructive ones, please go ahead. |
|
--- # Define a list of valid URI schemes => VALID_SCHEMES = ['http', 'https', 'ftp', 'mailto', 'file']
|
|
is it something we should do? |
|
Something similar yeah. |
|
can I take up the challenge :)? |
|
Sure, go ahead. |
|
Hey @yozachar ,can we use socket.inet_aton(ip) in python to validate ip addresses as a function then update the schema in uri.py? |
|
IP addresses are already validated in |
|
Hi, that is cool I looked at the message thread, something about this error below , was why I thought this feature was asked for I guess, see code below. Output: Or does it mean we just want to validate other schemas? like the ones few ones below, that I could not find in uri.py proposed schemas Few Thoughts
|
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Suggestions are welcome:
validators/src/validators/uri.py
Lines 24 to 41 in cdc987d
All reactions