E.g:

The value http://www.gov.scot provided for URL is not a valid URL."

Workaround is to add 'scot; to link_extra_domains, e.g:

$ drush ev 'variable_set("link_extra_domains", array("0" => "scot"))';

Comments

gmh04’s picture

Issue summary: View changes
Anonymous’s picture

Status: Active » Closed (duplicate)

All of the separate issues concerning validation failure with newer top-level domains are resolved by the patch at https://www.drupal.org/node/1846202. Rather than adding TLDs one by one to the LINK_DOMAINS constant, that patch actually updates from an official list of active TLDs from IANA, so as new TLDs are approved, they will automatically become valid in this module. Please go test & review the patch & mark as RTBC.