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
Currently the url validator expects the url to start with a protocol (http, https or ftp).
I'm wondering if we should make that optional as many people are used to write urls like this as well: www.google.com
The text was updated successfully, but these errors were encountered:
Currently the
url
validator expects the url to start with a protocol (http, https or ftp).I'm wondering if we should make that optional as many people are used to write urls like this as well:
www.google.com
The text was updated successfully, but these errors were encountered: