diff --git a/app/validators/addressable_url_validator.rb b/app/validators/addressable_url_validator.rb index ee6a5a11850..64e8581e0d3 100644 --- a/app/validators/addressable_url_validator.rb +++ b/app/validators/addressable_url_validator.rb @@ -1,6 +1,6 @@ # AddressableUrlValidator # -# Custom validator for URLs. This is a +# Custom validator for URLs. This is a stricter version of UrlValidator. # # By default, only URLs for http, https, ssh, and git protocols will be considered valid. # Provide a `:protocols` option to configure accepted protocols.