diff options
author | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-03 16:33:12 +0000 |
---|---|---|
committer | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-03 16:33:12 +0000 |
commit | 46c5a1153202e37459a92302a1942bda867a6430 (patch) | |
tree | a90639f54aeb7132965603487f830035d8b69ce1 /net | |
parent | eda151144112bf2f027fe80fcc893f1917fc4c70 (diff) | |
download | chromium_src-46c5a1153202e37459a92302a1942bda867a6430.zip chromium_src-46c5a1153202e37459a92302a1942bda867a6430.tar.gz chromium_src-46c5a1153202e37459a92302a1942bda867a6430.tar.bz2 |
net: add (www.)calyxinstitute.com to HSTS preloaded list.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@248503 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net')
-rw-r--r-- | net/http/transport_security_state_static.h | 2 | ||||
-rw-r--r-- | net/http/transport_security_state_static.json | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/net/http/transport_security_state_static.h b/net/http/transport_security_state_static.h index e0dbe89..6499a84 100644 --- a/net/http/transport_security_state_static.h +++ b/net/http/transport_security_state_static.h @@ -900,6 +900,8 @@ static const struct HSTSPreload kPreloadedSTS[] = { {18, false, "\003www\010evernote\003com", true, kNoPins, DOMAIN_NOT_PINNED }, {18, false, "\003app\010yinxiang\003com", true, kNoPins, DOMAIN_NOT_PINNED }, {15, false, "\011neilwynne\003com", true, kNoPins, DOMAIN_NOT_PINNED }, + {20, false, "\016calyxinstitute\003org", true, kNoPins, DOMAIN_NOT_PINNED }, + {24, false, "\003www\016calyxinstitute\003org", 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 3a4e4f7..28e7f35 100644 --- a/net/http/transport_security_state_static.json +++ b/net/http/transport_security_state_static.json @@ -693,6 +693,8 @@ { "name": "www.evernote.com", "mode": "force-https" }, { "name": "app.yinxiang.com", "mode": "force-https" }, { "name": "neilwynne.com", "mode": "force-https" }, + { "name": "calyxinstitute.org", "mode": "force-https" }, + { "name": "www.calyxinstitute.org", "mode": "force-https" }, // Entries that are only valid if the client supports SNI. { "name": "gmail.com", "mode": "force-https", "pins": "google", "snionly": true }, |