URL validation arbitrarily supports FTP, but not other protocols #55
Labels
duplicate
Issue/PR: Redundant
enhancement
Issue/PR: A new feature
outdated
Issue/PR: Open for more than 3 months
A URL can have any of an arbitrary number of protocols, but only HTTP, HTTPS and FTP are supported. If we have to arbitrarily restrict which protocols are allowed, we should at least follow the principle of least surprise and only allow HTTP(S). FTP is a weird addition.
Alternatively, supported protocols could be supplied.
The text was updated successfully, but these errors were encountered: