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
The last thing we want is a person being blocked from adding a link to the @dwyl app because it does not start with https:// ... so think we may need to update the regular expression to be more permissive.
We are using
Fields.url
in a project and a user is attempting to insert a url:To the user, this looks like a perfectly valid URL,
sadly our regex in #16 rejects a url without a protocol.
Question:
Do we want to allow urls without a protocol (i.e. be user-friendly)
or do we want to be strict and continue rejecting them?
The text was updated successfully, but these errors were encountered: