The validation function works wrong. Valid domains like http://schomschor.dance are not passing the validation. The problem is probably in link.module:1227. link_validate_url() should just check for valid dots. Because there are many domain types currently. See example screenshot.

CommentFileSizeAuthor
Auswahl_008.png126.14 KBPeter Majmesku
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

jepSter created an issue. See original summary.

idebr’s picture

Hi jepSter,

Link currently only allows TLDs from a whitelist, such as .com etc. To allow any TLD in Link, you can apply the patch available at #2299657: Allow any TLD because site admins can never keep up with ICANN

renatog’s picture

Issue tags: +ciandt-contrib

Hi people.

Fixed in this issue:

#2299657: Allow any TLD because site admins can never keep up with ICANN

Thank you very much.

Regards.

renatog’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.