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 = '';
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 = '';
Comments
Comment #1
quicksketchThis has been fixed as part of #663640: Wrong subdomains discovery.