mirror of
https://github.com/rkd77/elinks.git
synced 2025-06-30 22:19:29 -04:00
expert is also proper suffix.
This commit is contained in:
parent
bdfb3ec754
commit
06f0dff43f
@ -121,7 +121,7 @@ end_with_known_tld(const unsigned char *s, int slen)
|
||||
"org", "gov", "mil",
|
||||
"int", "biz", "arpa",
|
||||
"aero", "coop", "club",
|
||||
"info", "museum",
|
||||
"info", "museum", "expert",
|
||||
"name", "pro", NULL };
|
||||
|
||||
if (!slen) return -1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user