diff options
author | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-22 14:31:59 +0000 |
---|---|---|
committer | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-22 14:31:59 +0000 |
commit | 1aa65bd81bfbf2280abee2a1b74fd0ea28748d13 (patch) | |
tree | 5c9f0d514c373c643d105c265286c19466211c59 /net/base | |
parent | edbe524d8be0cca3f313935fcaca06577a804f95 (diff) | |
download | chromium_src-1aa65bd81bfbf2280abee2a1b74fd0ea28748d13.zip chromium_src-1aa65bd81bfbf2280abee2a1b74fd0ea28748d13.tar.gz chromium_src-1aa65bd81bfbf2280abee2a1b74fd0ea28748d13.tar.bz2 |
net: add (*.)stocktrade.de to HSTS preloaded.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@163281 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/base')
-rw-r--r-- | net/base/transport_security_state_static.h | 1 | ||||
-rw-r--r-- | net/base/transport_security_state_static.json | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/net/base/transport_security_state_static.h b/net/base/transport_security_state_static.h index 2e94ddf..ca795b9 100644 --- a/net/base/transport_security_state_static.h +++ b/net/base/transport_security_state_static.h @@ -676,6 +676,7 @@ static const struct HSTSPreload kPreloadedSTS[] = { {16, false, "\002dm\007lookout\003com", true, kNoPins, DOMAIN_NOT_PINNED }, {18, false, "\002dm\011mylookout\003com", true, kNoPins, DOMAIN_NOT_PINNED }, {15, true, "\011itriskltd\003com", true, kNoPins, DOMAIN_NOT_PINNED }, + {15, true, "\012stocktrade\002de", 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 ec3225b..b2a391a 100644 --- a/net/base/transport_security_state_static.json +++ b/net/base/transport_security_state_static.json @@ -536,6 +536,7 @@ { "name": "dm.lookout.com", "mode": "force-https" }, { "name": "dm.mylookout.com", "mode": "force-https" }, { "name": "itriskltd.com", "include_subdomains": true, "mode": "force-https" }, + { "name": "stocktrade.de", "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 }, |