summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcorvid <corvid@lavabit.com>2011-09-16 05:10:29 +0000
committercorvid <corvid@lavabit.com>2011-09-16 05:10:29 +0000
commit3ddb676d547c90907e5d4631a63dcd1030e6f4e2 (patch)
tree07f7df5b3145335c9248895e1f7ee567a53091ee
parent7de1efa5e464b92522e8674c2e112d46188e16b5 (diff)
update TLDs
What an awful situation it is in general.
-rw-r--r--dpi/cookies.c6
-rw-r--r--src/url.c6
2 files changed, 6 insertions, 6 deletions
diff --git a/dpi/cookies.c b/dpi/cookies.c
index 42db1390..1a1b8a1f 100644
--- a/dpi/cookies.c
+++ b/dpi/cookies.c
@@ -1037,11 +1037,11 @@ static uint_t Cookies_internal_dots_required(const char *host)
if (tld_len > 0) {
/* These TLDs were chosen by examining the current publicsuffix list
- * in January 2010 and picking out those where it was simplest for
+ * in September 2011 and picking out those where it was simplest for
* them to describe the situation by beginning with a "*.[tld]" rule.
*/
- const char *const tlds[] = {"ar","au","bd","bn","bt","ck","cy","do",
- "eg","er","et","fj","fk","gt","gu","id",
+ const char *const tlds[] = {"ar","au","bd","bn","bt","ck","cy",
+ "er","et","fj","fk","gt","gu","id",
"il","jm","ke","kh","kw","ml","mm","mt",
"mz","ni","np","nz","om","pg","py","qa",
"sv","tr","uk","uy","ve","ye","yu","za",
diff --git a/src/url.c b/src/url.c
index 80be1fa6..ede11a8c 100644
--- a/src/url.c
+++ b/src/url.c
@@ -689,11 +689,11 @@ static uint_t Url_host_public_internal_dots(const char *host)
if (tld_len > 0) {
/* These TLDs were chosen by examining the current publicsuffix list
- * in January 2010 and picking out those where it was simplest for
+ * in September 2011 and picking out those where it was simplest for
* them to describe the situation by beginning with a "*.[tld]" rule.
*/
- const char *const tlds[] = {"ar","au","bd","bn","bt","ck","cy","do",
- "eg","er","et","fj","fk","gt","gu","id",
+ const char *const tlds[] = {"ar","au","bd","bn","bt","ck","cy",
+ "er","et","fj","fk","gt","gu","id",
"il","jm","ke","kh","kw","ml","mm","mt",
"mz","ni","np","nz","om","pg","py","qa",
"sv","tr","uk","uy","ve","ye","yu","za",