You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Based on an idea in #303 I added a custom validator using the browser's URL interface. However this allows URLs of the form http:www.example.com. A good compromise seemed to be to use both:
Hello could you explain why "www.ka-table.com" is a valid url? - it does not have protocol https:// - should it be invalid?
async-validator/src/rule/url.ts
Line 69 in b9a84a7
expected:
"www.ka-table.com" - invalid
"https://www.ka-table.com" - valid
thanks
The text was updated successfully, but these errors were encountered: