Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork2.8k
Open
Labels
Description
Your environment
- Version of
jquery-validate: Whatever's onhttps://jqueryvalidation.org/url-method/ - Browser name and version: Safari Version 17.6 (19618.3.11.11.5)
Current behavior
URL validation rejects valid URLs such asrsync://master.pgxn.org/pgxn/. Perhaps it's limited to http/https URLs? There are a lot more schemes supported by the standard tho.
Expected behavior
rsync://master.pgxn.org/pgxn/ should be considered valid.
Live demo
- Go tohttps://jqueryvalidation.org/url-method/
- Scroll down and enter
rsync://master.pgxn.org/pgxn/in the form - Submit
Thanks!