diff options
author | Adam Langley <agl@chromium.org> | 2014-08-27 11:05:53 -0700 |
---|---|---|
committer | Adam Langley <agl@chromium.org> | 2014-08-27 18:07:33 +0000 |
commit | 78025b19c1642f175ddce25a20359047cc925650 (patch) | |
tree | 627d5f11d249ef64ee9992a2a1826db1eafb2ffb /net/http | |
parent | 54d803feb271128003f73c3d5d30e4a2cc93471f (diff) | |
download | chromium_src-78025b19c1642f175ddce25a20359047cc925650.zip chromium_src-78025b19c1642f175ddce25a20359047cc925650.tar.gz chromium_src-78025b19c1642f175ddce25a20359047cc925650.tar.bz2 |
net: add a batch of HSTS preloads.
Cr-Commit-Position: refs/heads/master@{#292181}
Diffstat (limited to 'net/http')
-rw-r--r-- | net/http/transport_security_state_static.h | 16 | ||||
-rw-r--r-- | net/http/transport_security_state_static.json | 16 |
2 files changed, 32 insertions, 0 deletions
diff --git a/net/http/transport_security_state_static.h b/net/http/transport_security_state_static.h index f3f49d2..72142ba 100644 --- a/net/http/transport_security_state_static.h +++ b/net/http/transport_security_state_static.h @@ -1328,6 +1328,22 @@ static const struct HSTSPreload kPreloadedSTS[] = { {13, true, "\007" "toshnix" "\003" "com", true, kNoPins, DOMAIN_NOT_PINNED }, {20, true, "\016" "warrencreative" "\003" "com", true, kNoPins, DOMAIN_NOT_PINNED }, {11, true, "\006" "zeplin" "\002" "io", true, kNoPins, DOMAIN_NOT_PINNED }, + {12, true, "\006" "17hats" "\003" "com", true, kNoPins, DOMAIN_NOT_PINNED }, + {9, true, "\004" "cdnb" "\002" "co", true, kNoPins, DOMAIN_NOT_PINNED }, + {12, true, "\006" "github" "\003" "com", true, kNoPins, DOMAIN_NOT_PINNED }, + {10, true, "\005" "id-co" "\002" "in", true, kNoPins, DOMAIN_NOT_PINNED }, + {12, true, "\007" "ideaweb" "\002" "de", true, kNoPins, DOMAIN_NOT_PINNED }, + {10, true, "\005" "man3s" "\002" "jp", true, kNoPins, DOMAIN_NOT_PINNED }, + {12, true, "\007" "meinebo" "\002" "it", true, kNoPins, DOMAIN_NOT_PINNED }, + {13, true, "\007" "nmctest" "\003" "net", true, kNoPins, DOMAIN_NOT_PINNED }, + {13, true, "\010" "partyvan" "\002" "eu", true, kNoPins, DOMAIN_NOT_PINNED }, + {13, true, "\010" "partyvan" "\002" "it", true, kNoPins, DOMAIN_NOT_PINNED }, + {13, true, "\010" "partyvan" "\002" "nl", true, kNoPins, DOMAIN_NOT_PINNED }, + {13, true, "\010" "partyvan" "\002" "se", true, kNoPins, DOMAIN_NOT_PINNED }, + {12, true, "\007" "regar42" "\002" "fr", true, kNoPins, DOMAIN_NOT_PINNED }, + {18, true, "\012" "scotthelme" "\002" "co" "\002" "uk", true, kNoPins, DOMAIN_NOT_PINNED }, + {13, true, "\007" "suite73" "\003" "org", true, kNoPins, DOMAIN_NOT_PINNED }, + {18, true, "\015" "wubthecaptain" "\002" "eu", 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 0d893e3..e648ef0 100644 --- a/net/http/transport_security_state_static.json +++ b/net/http/transport_security_state_static.json @@ -1090,6 +1090,22 @@ { "name": "toshnix.com", "include_subdomains": true, "mode": "force-https" }, { "name": "warrencreative.com", "include_subdomains": true, "mode": "force-https" }, { "name": "zeplin.io", "include_subdomains": true, "mode": "force-https" }, + { "name": "17hats.com", "include_subdomains": true, "mode": "force-https" }, + { "name": "cdnb.co", "include_subdomains": true, "mode": "force-https" }, + { "name": "github.com", "include_subdomains": true, "mode": "force-https" }, + { "name": "id-co.in", "include_subdomains": true, "mode": "force-https" }, + { "name": "ideaweb.de", "include_subdomains": true, "mode": "force-https" }, + { "name": "man3s.jp", "include_subdomains": true, "mode": "force-https" }, + { "name": "meinebo.it", "include_subdomains": true, "mode": "force-https" }, + { "name": "nmctest.net", "include_subdomains": true, "mode": "force-https" }, + { "name": "partyvan.eu", "include_subdomains": true, "mode": "force-https" }, + { "name": "partyvan.it", "include_subdomains": true, "mode": "force-https" }, + { "name": "partyvan.nl", "include_subdomains": true, "mode": "force-https" }, + { "name": "partyvan.se", "include_subdomains": true, "mode": "force-https" }, + { "name": "regar42.fr", "include_subdomains": true, "mode": "force-https" }, + { "name": "scotthelme.co.uk", "include_subdomains": true, "mode": "force-https" }, + { "name": "suite73.org", "include_subdomains": true, "mode": "force-https" }, + { "name": "wubthecaptain.eu", "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 }, |