summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authoragl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-19 15:17:47 +0000
committeragl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-19 15:17:47 +0000
commite440c9978381ed57a6dc7dc6d08b374bd6a1edb6 (patch)
treef0e9652bddcbb43b69f076c2930feb64a0e61ebb /net
parent0c77b830bc3afc27b4075bebd4531f618c7d5282 (diff)
downloadchromium_src-e440c9978381ed57a6dc7dc6d08b374bd6a1edb6.zip
chromium_src-e440c9978381ed57a6dc7dc6d08b374bd6a1edb6.tar.gz
chromium_src-e440c9978381ed57a6dc7dc6d08b374bd6a1edb6.tar.bz2
net: HSTS preloading for www.gov.uk and silentcircle.[com|org]
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@168524 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net')
-rw-r--r--net/base/transport_security_state_static.h3
-rw-r--r--net/base/transport_security_state_static.json3
2 files changed, 6 insertions, 0 deletions
diff --git a/net/base/transport_security_state_static.h b/net/base/transport_security_state_static.h
index f9f6d95..77d3dc0 100644
--- a/net/base/transport_security_state_static.h
+++ b/net/base/transport_security_state_static.h
@@ -702,6 +702,9 @@ static const struct HSTSPreload kPreloadedSTS[] = {
{14, true, "\002my\006onlime\002ch", true, kNoPins, DOMAIN_NOT_PINNED },
{19, true, "\007webmail\006onlime\002ch", true, kNoPins, DOMAIN_NOT_PINNED },
{15, true, "\003crm\006onlime\002ch", true, kNoPins, DOMAIN_NOT_PINNED },
+ {12, true, "\003www\003gov\002uk", true, kNoPins, DOMAIN_NOT_PINNED },
+ {18, true, "\014silentcircle\003com", true, kNoPins, DOMAIN_NOT_PINNED },
+ {18, true, "\014silentcircle\003org", true, kNoPins, DOMAIN_NOT_PINNED },
};
static const size_t kNumPreloadedSTS = ARRAYSIZE_UNSAFE(kPreloadedSTS);
diff --git a/net/base/transport_security_state_static.json b/net/base/transport_security_state_static.json
index 5656967..b9c12a2 100644
--- a/net/base/transport_security_state_static.json
+++ b/net/base/transport_security_state_static.json
@@ -559,6 +559,9 @@
{ "name": "my.onlime.ch", "include_subdomains": true, "mode": "force-https" },
{ "name": "webmail.onlime.ch", "include_subdomains": true, "mode": "force-https" },
{ "name": "crm.onlime.ch", "include_subdomains": true, "mode": "force-https" },
+ { "name": "www.gov.uk", "include_subdomains": true, "mode": "force-https" },
+ { "name": "silentcircle.com", "include_subdomains": true, "mode": "force-https" },
+ { "name": "silentcircle.org", "include_subdomains": true, "mode": "force-https" },
// Entries that are only valid if the client supports SNI.
{ "name": "gmail.com", "mode": "force-https", "pins": "google", "snionly": true },