diff options
author | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-09 20:06:46 +0000 |
---|---|---|
committer | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-09 20:06:46 +0000 |
commit | d13fe014893ced436c6b55d1a708114fbfc57149 (patch) | |
tree | cb75955d8c1d00d623d075e0584a3112b7006ab0 /net | |
parent | d078691069484236801e23f87b43d0e7f4cb3e49 (diff) | |
download | chromium_src-d13fe014893ced436c6b55d1a708114fbfc57149.zip chromium_src-d13fe014893ced436c6b55d1a708114fbfc57149.tar.gz chromium_src-d13fe014893ced436c6b55d1a708114fbfc57149.tar.bz2 |
net: add a batch of HSTS preload entries.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@262787 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net')
-rw-r--r-- | net/http/transport_security_state_static.h | 9 | ||||
-rw-r--r-- | net/http/transport_security_state_static.json | 9 |
2 files changed, 18 insertions, 0 deletions
diff --git a/net/http/transport_security_state_static.h b/net/http/transport_security_state_static.h index f585658..f9939bd 100644 --- a/net/http/transport_security_state_static.h +++ b/net/http/transport_security_state_static.h @@ -925,6 +925,15 @@ static const struct HSTSPreload kPreloadedSTS[] = { {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 }, + {12, false, "\006python\003org", true, kNoPins, DOMAIN_NOT_PINNED }, + {17, true, "\004pypi\006python\003org", true, kNoPins, DOMAIN_NOT_PINNED }, + {16, true, "\003www\006python\003org", true, kNoPins, DOMAIN_NOT_PINNED }, + {17, true, "\004docs\006python\003org", true, kNoPins, DOMAIN_NOT_PINNED }, + {17, true, "\013encircleapp\003com", true, kNoPins, DOMAIN_NOT_PINNED }, + {19, true, "\010onedrive\004live\003com", true, kNoPins, DOMAIN_NOT_PINNED }, + {14, true, "\010onedrive\003com", true, kNoPins, DOMAIN_NOT_PINNED }, + {20, true, "\016keepersecurity\003com", true, kNoPins, DOMAIN_NOT_PINNED }, + {15, true, "\011keeperapp\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 f31ef4c..e3e87a1 100644 --- a/net/http/transport_security_state_static.json +++ b/net/http/transport_security_state_static.json @@ -718,6 +718,15 @@ { "name": "feedbin.com", "mode": "force-https" }, { "name": "heha.co", "include_subdomains": true, "mode": "force-https" }, { "name": "passwordbox.com", "include_subdomains": true, "mode": "force-https" }, + { "name": "python.org", "mode": "force-https" }, + { "name": "pypi.python.org", "include_subdomains": true, "mode": "force-https" }, + { "name": "www.python.org", "include_subdomains": true, "mode": "force-https" }, + { "name": "docs.python.org", "include_subdomains": true, "mode": "force-https" }, + { "name": "encircleapp.com", "include_subdomains": true, "mode": "force-https" }, + { "name": "onedrive.live.com", "include_subdomains": true, "mode": "force-https" }, + { "name": "onedrive.com", "include_subdomains": true, "mode": "force-https" }, + { "name": "keepersecurity.com", "include_subdomains": true, "mode": "force-https" }, + { "name": "keeperapp.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 }, |