-
Notifications
You must be signed in to change notification settings - Fork 175
ipfs uri validation #195
Copy link
Copy link
Closed
Labels
duplicateIssue/PR: RedundantIssue/PR: RedundantenhancementIssue/PR: A new featureIssue/PR: A new featureoutdatedIssue/PR: Open for more than 3 monthsIssue/PR: Open for more than 3 months
Metadata
Metadata
Assignees
Labels
duplicateIssue/PR: RedundantIssue/PR: RedundantenhancementIssue/PR: A new featureIssue/PR: A new featureoutdatedIssue/PR: Open for more than 3 monthsIssue/PR: Open for more than 3 months
Hello,
Thanks for this awesome library.
I just want to report a tiny issue regarding uri validation:
The above code returns a ValidationFailure despite the fact that the uri is a valid ipfs uri.
Probably validation does not take into account the ipfs protocol.
Is it possible to add it to validators.url?
Thanks