From bdfb3ec754fc0aeb580caee7993a6b6cddf5784d Mon Sep 17 00:00:00 2001 From: Witold Filipczyk Date: Mon, 22 Sep 2014 21:47:53 +0200 Subject: [PATCH] bug 1145: The freecode.com successor has the URL "freecode.club" but "club" is not recognized as a TLD. Patch by Dr. Markus Waldeck --- src/protocol/uri.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/protocol/uri.c b/src/protocol/uri.c index 5e23ea27..dfe73f5e 100644 --- a/src/protocol/uri.c +++ b/src/protocol/uri.c @@ -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 };