1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-28 03:06:20 -04:00

bug 1145: The freecode.com successor has the URL "freecode.club" but "club"

is not recognized as a TLD. Patch by Dr. Markus Waldeck
This commit is contained in:
Witold Filipczyk 2014-09-22 21:47:53 +02:00
parent 7453b03279
commit bdfb3ec754

View File

@ -120,7 +120,7 @@ end_with_known_tld(const unsigned char *s, int slen)
{ "com", "edu", "net",
"org", "gov", "mil",
"int", "biz", "arpa",
"aero", "coop",
"aero", "coop", "club",
"info", "museum",
"name", "pro", NULL };