diff options
author | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-07 17:46:51 +0000 |
---|---|---|
committer | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-07 17:46:51 +0000 |
commit | 0aaef48415ba1c5bef604db93abba6ca4915d6e9 (patch) | |
tree | 6d75199fc0f82632b81a4226f319a71a2624bb51 /net | |
parent | bbe9651c28e8228bac0c7dc00f726a761c2d831d (diff) | |
download | chromium_src-0aaef48415ba1c5bef604db93abba6ca4915d6e9.zip chromium_src-0aaef48415ba1c5bef604db93abba6ca4915d6e9.tar.gz chromium_src-0aaef48415ba1c5bef604db93abba6ca4915d6e9.tar.bz2 |
net: add (*.)www.heliosnet.com to HSTS preloaded.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243324 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net')
-rw-r--r-- | net/http/transport_security_state_static.h | 1 | ||||
-rw-r--r-- | net/http/transport_security_state_static.json | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/net/http/transport_security_state_static.h b/net/http/transport_security_state_static.h index 92b99f0..26d3ae5 100644 --- a/net/http/transport_security_state_static.h +++ b/net/http/transport_security_state_static.h @@ -893,6 +893,7 @@ static const struct HSTSPreload kPreloadedSTS[] = { {14, false, "\010getcloak\003com", true, kNoPins, DOMAIN_NOT_PINNED }, {18, false, "\003www\010getcloak\003com", true, kNoPins, DOMAIN_NOT_PINNED }, {23, true, "\020matteomarescotti\004name", true, kNoPins, DOMAIN_NOT_PINNED }, + {19, true, "\003www\011heliosnet\003com", true, kNoPins, DOMAIN_NOT_PINNED }, }; static const size_t kNumPreloadedSTS = ARRAYSIZE_UNSAFE(kPreloadedSTS); diff --git a/net/http/transport_security_state_static.json b/net/http/transport_security_state_static.json index b418eeb..dd3b621 100644 --- a/net/http/transport_security_state_static.json +++ b/net/http/transport_security_state_static.json @@ -686,6 +686,7 @@ { "name": "getcloak.com", "mode": "force-https" }, { "name": "www.getcloak.com", "mode": "force-https" }, { "name": "matteomarescotti.name", "include_subdomains": true, "mode": "force-https" }, + { "name": "www.heliosnet.com", "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 }, |