diff options
author | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-16 20:58:25 +0000 |
---|---|---|
committer | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-16 20:58:25 +0000 |
commit | 21b6a6e0258be15524909afd3563f60a13c40efe (patch) | |
tree | 33b3f794db7c82259174a370ba799bf84598afa4 | |
parent | c99ac682e5758700ac5b819839c110c21af6d3ba (diff) | |
download | chromium_src-21b6a6e0258be15524909afd3563f60a13c40efe.zip chromium_src-21b6a6e0258be15524909afd3563f60a13c40efe.tar.gz chromium_src-21b6a6e0258be15524909afd3563f60a13c40efe.tar.bz2 |
net: add www.capitainetrain.com to HSTS preloaded.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@277531 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | net/http/transport_security_state_static.h | 2 | ||||
-rw-r--r-- | net/http/transport_security_state_static.json | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/net/http/transport_security_state_static.h b/net/http/transport_security_state_static.h index c531bc2..3723dea 100644 --- a/net/http/transport_security_state_static.h +++ b/net/http/transport_security_state_static.h @@ -664,7 +664,6 @@ static const struct HSTSPreload kPreloadedSTS[] = { {11, true, "\006google\002tm", false, kGooglePins, DOMAIN_GOOGLE_TM }, {11, true, "\006google\002tn", false, kGooglePins, DOMAIN_GOOGLE_TN }, {11, true, "\006google\002to", false, kGooglePins, DOMAIN_GOOGLE_TO }, - {11, true, "\006google\002tp", false, kGooglePins, DOMAIN_GOOGLE_TP }, {11, true, "\006google\002tt", false, kGooglePins, DOMAIN_GOOGLE_TT }, {11, true, "\006google\002us", false, kGooglePins, DOMAIN_GOOGLE_US }, {11, true, "\006google\002uz", false, kGooglePins, DOMAIN_GOOGLE_UZ }, @@ -991,6 +990,7 @@ static const struct HSTSPreload kPreloadedSTS[] = { {18, true, "\007reviews\005anime\002my", true, kNoPins, DOMAIN_NOT_PINNED }, {17, true, "\004miku\007hatsune\002my", true, kNoPins, DOMAIN_NOT_PINNED }, {19, true, "\012webcollect\003org\002uk", true, kNoPins, DOMAIN_NOT_PINNED }, + {24, false, "\003www\016capitainetrain\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 3a28c0d..35c1424 100644 --- a/net/http/transport_security_state_static.json +++ b/net/http/transport_security_state_static.json @@ -784,6 +784,7 @@ { "name": "reviews.anime.my", "include_subdomains": true, "mode": "force-https" }, { "name": "miku.hatsune.my", "include_subdomains": true, "mode": "force-https" }, { "name": "webcollect.org.uk", "include_subdomains": true, "mode": "force-https" }, + { "name": "www.capitainetrain.com", "mode": "force-https" }, // Entries that are only valid if the client supports SNI. { "name": "gmail.com", "mode": "force-https", "pins": "google", "snionly": true }, |