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
So you're looking to allow strings like google.com and https://google.com, and reject URLs with a path component like https://google.com/ and https://google.com/search?
sorry this is more of a question than an issue, but what are the respective use cases of
isURL
with require_tld: true andisFQDN
?I'm trying to make sure a user submitted url ends with the tld and does not contain any params or paths after .com, for example.
The text was updated successfully, but these errors were encountered: