diff options
author | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-07 19:36:57 +0000 |
---|---|---|
committer | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-07 19:36:57 +0000 |
commit | 9079783b942daa474fe3d1b8ca1ef3919081716b (patch) | |
tree | 02a15677788b4d15000148c63b065c9f8bd53915 | |
parent | 1af959f74f328fa2859b7985f4f0c90af24e70fc (diff) | |
download | chromium_src-9079783b942daa474fe3d1b8ca1ef3919081716b.zip chromium_src-9079783b942daa474fe3d1b8ca1ef3919081716b.tar.gz chromium_src-9079783b942daa474fe3d1b8ca1ef3919081716b.tar.bz2 |
net: add (www.)makeyourlaws.org to HSTS preloaded.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155451 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | net/base/transport_security_state_static.h | 2 | ||||
-rw-r--r-- | net/base/transport_security_state_static.json | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/net/base/transport_security_state_static.h b/net/base/transport_security_state_static.h index 13eaf93..614a37a 100644 --- a/net/base/transport_security_state_static.h +++ b/net/base/transport_security_state_static.h @@ -440,6 +440,8 @@ static const struct HSTSPreload kPreloadedSTS[] = { {17, false, "\003www\010intercom\002io", true, kNoPins, DOMAIN_NOT_PINNED }, {17, true, "\010fatzebra\003com\002au", true, kNoPins, DOMAIN_NOT_PINNED }, {18, true, "\007csawctf\004poly\003edu", true, kNoPins, DOMAIN_NOT_PINNED }, + {18, false, "\014makeyourlaws\003org", true, kNoPins, DOMAIN_NOT_PINNED }, + {22, false, "\003www\014makeyourlaws\003org", 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 ccd86c8..248191c 100644 --- a/net/base/transport_security_state_static.json +++ b/net/base/transport_security_state_static.json @@ -300,6 +300,8 @@ { "name": "www.intercom.io", "mode": "force-https" }, { "name": "fatzebra.com.au", "include_subdomains": true, "mode": "force-https" }, { "name": "csawctf.poly.edu", "include_subdomains": true, "mode": "force-https" }, + { "name": "makeyourlaws.org", "mode": "force-https" }, + { "name": "www.makeyourlaws.org", "mode": "force-https" }, // Entries that are only valid if the client supports SNI. { "name": "gmail.com", "mode": "force-https", "pins": "google", "snionly": true }, |