Problem if your host is an IP address

Moino - October 30, 2009 - 15:58
Project:External Links
Version:6.x-1.8
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:patch (to be ported)
Description

If your host is an IP address, all links are considered as external.

I have added, after Line 15 in extlink.js :

if (subdomains == host) subdomains = '';

 
 

Drupal is a registered trademark of Dries Buytaert.