diff options
-rw-r--r-- | net/base/effective_tld_names.cc | 8 | ||||
-rw-r--r-- | net/base/effective_tld_names.dat | 11 |
2 files changed, 16 insertions, 3 deletions
diff --git a/net/base/effective_tld_names.cc b/net/base/effective_tld_names.cc index d9455f3..eb6ff32 100644 --- a/net/base/effective_tld_names.cc +++ b/net/base/effective_tld_names.cc @@ -103,7 +103,6 @@ const char net::RegistryControlledDomainService::kDomainData[] = "*.bt\n" "*.chiba.jp\n" "*.ck\n" - "*.cr\n" "*.cy\n" "*.do\n" "*.eg\n" @@ -217,6 +216,7 @@ const char net::RegistryControlledDomainService::kDomainData[] = "ac.be\n" "ac.ci\n" "ac.cn\n" + "ac.cr\n" "ac.gn\n" "ac.im\n" "ac.in\n" @@ -702,6 +702,7 @@ const char net::RegistryControlledDomainService::kDomainData[] = "co.bi\n" "co.bw\n" "co.ci\n" + "co.cr\n" "co.gg\n" "co.gy\n" "co.hu\n" @@ -961,6 +962,7 @@ const char net::RegistryControlledDomainService::kDomainData[] = "ecn.br\n" "ed.ao\n" "ed.ci\n" + "ed.cr\n" "ed.jp\n" "ed.pw\n" "edu\n" @@ -1142,6 +1144,7 @@ const char net::RegistryControlledDomainService::kDomainData[] = "fhsk.se\n" "fhv.se\n" "fi\n" + "fi.cr\n" "fi.it\n" "fie.ee\n" "field.museum\n" @@ -1288,6 +1291,7 @@ const char net::RegistryControlledDomainService::kDomainData[] = "gn\n" "gniezno.pl\n" "go.ci\n" + "go.cr\n" "go.it\n" "go.jp\n" "go.kr\n" @@ -2421,6 +2425,7 @@ const char net::RegistryControlledDomainService::kDomainData[] = "or.at\n" "or.bi\n" "or.ci\n" + "or.cr\n" "or.it\n" "or.jp\n" "or.kr\n" @@ -2832,6 +2837,7 @@ const char net::RegistryControlledDomainService::kDomainData[] = "s.se\n" "sa\n" "sa.com\n" + "sa.cr\n" "sa.edu.au\n" "sa.gov.au\n" "sa.it\n" diff --git a/net/base/effective_tld_names.dat b/net/base/effective_tld_names.dat index 9576e40..4728a82 100644 --- a/net/base/effective_tld_names.dat +++ b/net/base/effective_tld_names.dat @@ -39,7 +39,7 @@ // // ***** END LICENSE BLOCK ***** -// Chromium note: this based on Mozilla's revision 1.9 of this file: +// Chromium note: this based on Mozilla's file: // http://mxr.mozilla.org/mozilla/source/netwerk/dns/src/effective_tld_names.dat?raw=1 // ac : http://en.wikipedia.org/wiki/.ac @@ -685,7 +685,14 @@ za.com coop // cr : http://en.wikipedia.org/wiki/.cr -*.cr +cr +ac.cr +co.cr +ed.cr +fi.cr +go.cr +or.cr +sa.cr // cu : http://en.wikipedia.org/wiki/.cu cu |