diff options
author | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-27 22:09:41 +0000 |
---|---|---|
committer | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-27 22:09:41 +0000 |
commit | d136c0e59814a01f058789001a33efba689b6158 (patch) | |
tree | bd6b4d963f4bc439d07483f623c8ef4324dc2d64 /net | |
parent | 83d1234426f023feb208f1ca875f63992c3c7ea6 (diff) | |
download | chromium_src-d136c0e59814a01f058789001a33efba689b6158.zip chromium_src-d136c0e59814a01f058789001a33efba689b6158.tar.gz chromium_src-d136c0e59814a01f058789001a33efba689b6158.tar.bz2 |
net: add (*.)skydrive.live.com to HSTS preloaded.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@237629 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 f7fdd29..4a56424 100644 --- a/net/http/transport_security_state_static.h +++ b/net/http/transport_security_state_static.h @@ -856,6 +856,7 @@ static const struct HSTSPreload kPreloadedSTS[] = { {23, false, "\006errors\012zenpayroll\003com", true, kNoPins, DOMAIN_NOT_PINNED }, {23, false, "\006manage\012zenpayroll\003com", true, kNoPins, DOMAIN_NOT_PINNED }, {19, true, "\016gernert-server\002de", true, kNoPins, DOMAIN_NOT_PINNED }, + {19, true, "\010skydrive\004live\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 d70a3b7..93d0b6a 100644 --- a/net/http/transport_security_state_static.json +++ b/net/http/transport_security_state_static.json @@ -660,6 +660,7 @@ { "name": "errors.zenpayroll.com", "mode": "force-https" }, { "name": "manage.zenpayroll.com", "mode": "force-https" }, { "name": "gernert-server.de", "include_subdomains": true, "mode": "force-https" }, + { "name": "skydrive.live.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 }, |