perfectline / validates_url

URL Validation for Rails
MIT License
580 stars 112 forks source link

Fails validation with .sex TLD #94

Closed julienbfabre closed 4 years ago

julienbfabre commented 4 years ago

URLs with .sex TLD will fail validation, even though it is a valid TLD. I tried with { public_suffix: false } but that didn't help.