diff options
author | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-03 15:03:10 +0000 |
---|---|---|
committer | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-03 15:03:10 +0000 |
commit | 373e14faf185e493b8d690f3551f5ec4c39fb728 (patch) | |
tree | bd3d41e0888c316ceca7d753cfc71b3a4a1e1b25 /net | |
parent | 3aafb1472ad5a40a16a514aae8bedee7db51dae5 (diff) | |
download | chromium_src-373e14faf185e493b8d690f3551f5ec4c39fb728.zip chromium_src-373e14faf185e493b8d690f3551f5ec4c39fb728.tar.gz chromium_src-373e14faf185e493b8d690f3551f5ec4c39fb728.tar.bz2 |
net: add (*.)passwordbox.com to HSTS preloaded.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@261398 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 d6d50d7..f585658 100644 --- a/net/http/transport_security_state_static.h +++ b/net/http/transport_security_state_static.h @@ -924,6 +924,7 @@ static const struct HSTSPreload kPreloadedSTS[] = { {19, false, "\003mbp\007banking\002co\002at", true, kNoPins, DOMAIN_NOT_PINNED }, {13, false, "\007feedbin\003com", true, kNoPins, DOMAIN_NOT_PINNED }, {9, true, "\004heha\002co", true, kNoPins, DOMAIN_NOT_PINNED }, + {17, true, "\013passwordbox\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 19eb80e..f31ef4c 100644 --- a/net/http/transport_security_state_static.json +++ b/net/http/transport_security_state_static.json @@ -717,6 +717,7 @@ { "name": "mbp.banking.co.at", "mode": "force-https" }, { "name": "feedbin.com", "mode": "force-https" }, { "name": "heha.co", "include_subdomains": true, "mode": "force-https" }, + { "name": "passwordbox.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 }, |