diff options
author | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-10 16:42:53 +0000 |
---|---|---|
committer | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-10 16:42:53 +0000 |
commit | 80e52f17d3a897892a39663e940f8458853eb54f (patch) | |
tree | 2823693e49f119edf278ae85f4d54439fa258d63 /net | |
parent | 4cd4bc0edc31c9fad74a5240a3a4b3ca8a8fc69e (diff) | |
download | chromium_src-80e52f17d3a897892a39663e940f8458853eb54f.zip chromium_src-80e52f17d3a897892a39663e940f8458853eb54f.tar.gz chromium_src-80e52f17d3a897892a39663e940f8458853eb54f.tar.bz2 |
net: add lumi.do to HSTS preloaded.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@222280 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 195b739..eb72813 100644 --- a/net/http/transport_security_state_static.h +++ b/net/http/transport_security_state_static.h @@ -861,6 +861,7 @@ static const struct HSTSPreload kPreloadedSTS[] = { {19, true, "\005oplop\007appspot\003com", true, kNoPins, DOMAIN_NOT_PINNED }, {12, false, "\006bcrook\003com", true, kNoPins, DOMAIN_NOT_PINNED }, {17, true, "\004wiki\006python\003org", true, kNoPins, DOMAIN_NOT_PINNED }, + {9, false, "\004lumi\002do", 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 8738cf6..085e872 100644 --- a/net/http/transport_security_state_static.json +++ b/net/http/transport_security_state_static.json @@ -639,6 +639,7 @@ { "name": "oplop.appspot.com", "include_subdomains": true, "mode": "force-https" }, { "name": "bcrook.com", "mode": "force-https" }, { "name": "wiki.python.org", "include_subdomains": true, "mode": "force-https" }, + { "name": "lumi.do", "mode": "force-https" }, // Entries that are only valid if the client supports SNI. { "name": "gmail.com", "mode": "force-https", "pins": "google", "snionly": true }, |