diff options
author | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-02 22:45:51 +0000 |
---|---|---|
committer | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-02 22:45:51 +0000 |
commit | d6612a71533f1f6bf3f6a778247463d998442edb (patch) | |
tree | 98095648b16edf0193cb4822ad07c189549ba7ca /net/base/effective_tld_names.cc | |
parent | a35720f4c18db06cb1134ab2f60f02282ac1066b (diff) | |
download | chromium_src-d6612a71533f1f6bf3f6a778247463d998442edb.zip chromium_src-d6612a71533f1f6bf3f6a778247463d998442edb.tar.gz chromium_src-d6612a71533f1f6bf3f6a778247463d998442edb.tar.bz2 |
Add nhs.uk as a single-authority zone.
(Requested by David Hinkinson-Hodnett of NHS Choices).
This also mirrors the current Mozilla exceptions list:
http://mxr.mozilla.org/mozilla/source/netwerk/dns/src/effective_tld_names.dat?raw=1
http://codereview.chromium.org/56187
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13048 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/base/effective_tld_names.cc')
-rw-r--r-- | net/base/effective_tld_names.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/base/effective_tld_names.cc b/net/base/effective_tld_names.cc index 17f58db..1e61204 100644 --- a/net/base/effective_tld_names.cc +++ b/net/base/effective_tld_names.cc @@ -35,6 +35,7 @@ const char net::RegistryControlledDomainService::kDomainData[] = "!nacion.ar\n" "!national-library-scotland.uk\n" "!nel.uk\n" + "!nhs.uk\n" "!nic.ar\n" "!nic.pa\n" "!nls.uk\n" |