Commit cf82fb90 authored by agl@chromium.org's avatar agl@chromium.org

net: add a batch of HSTS preloads.

Cr-Commit-Position: refs/heads/master@{#289962}
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289962 0039d316-1c4b-4281-b951-d872f2087c98
parent 830e5e70
...@@ -1253,6 +1253,21 @@ static const struct HSTSPreload kPreloadedSTS[] = { ...@@ -1253,6 +1253,21 @@ static const struct HSTSPreload kPreloadedSTS[] = {
{21, true, "\020" "unterfrankenclan" "\002" "de", true, kNoPins, DOMAIN_NOT_PINNED }, {21, true, "\020" "unterfrankenclan" "\002" "de", true, kNoPins, DOMAIN_NOT_PINNED },
{15, true, "\012" "webandmore" "\002" "de", true, kNoPins, DOMAIN_NOT_PINNED }, {15, true, "\012" "webandmore" "\002" "de", true, kNoPins, DOMAIN_NOT_PINNED },
{26, true, "\025" "welches-kinderfahrrad" "\002" "de", true, kNoPins, DOMAIN_NOT_PINNED }, {26, true, "\025" "welches-kinderfahrrad" "\002" "de", true, kNoPins, DOMAIN_NOT_PINNED },
{17, true, "\013" "apadvantage" "\003" "com", true, kNoPins, DOMAIN_NOT_PINNED },
{22, true, "\021" "apn-einstellungen" "\002" "de", true, kNoPins, DOMAIN_NOT_PINNED },
{19, true, "\015" "barcodeberlin" "\003" "com", true, kNoPins, DOMAIN_NOT_PINNED },
{14, true, "\010" "certible" "\003" "com", true, kNoPins, DOMAIN_NOT_PINNED },
{20, true, "\016" "data-abundance" "\003" "com", true, kNoPins, DOMAIN_NOT_PINNED },
{12, true, "\007" "dedimax" "\002" "de", true, kNoPins, DOMAIN_NOT_PINNED },
{11, true, "\006" "hostix" "\002" "de", true, kNoPins, DOMAIN_NOT_PINNED },
{15, true, "\011" "janoberst" "\003" "com", true, kNoPins, DOMAIN_NOT_PINNED },
{14, true, "\006" "jelmer" "\002" "co" "\002" "uk", true, kNoPins, DOMAIN_NOT_PINNED },
{11, true, "\006" "jelmer" "\002" "uk", true, kNoPins, DOMAIN_NOT_PINNED },
{16, true, "\013" "munich-rage" "\002" "de", true, kNoPins, DOMAIN_NOT_PINNED },
{11, true, "\006" "posteo" "\002" "de", true, kNoPins, DOMAIN_NOT_PINNED },
{25, true, "\024" "stationary-traveller" "\002" "eu", true, kNoPins, DOMAIN_NOT_PINNED },
{24, true, "\022" "thepaymentscompany" "\003" "com", true, kNoPins, DOMAIN_NOT_PINNED },
{15, true, "\007" "xps2pdf" "\002" "co" "\002" "uk", true, kNoPins, DOMAIN_NOT_PINNED },
}; };
static const size_t kNumPreloadedSTS = ARRAYSIZE_UNSAFE(kPreloadedSTS); static const size_t kNumPreloadedSTS = ARRAYSIZE_UNSAFE(kPreloadedSTS);
......
...@@ -1015,6 +1015,21 @@ ...@@ -1015,6 +1015,21 @@
{ "name": "unterfrankenclan.de", "include_subdomains": true, "mode": "force-https" }, { "name": "unterfrankenclan.de", "include_subdomains": true, "mode": "force-https" },
{ "name": "webandmore.de", "include_subdomains": true, "mode": "force-https" }, { "name": "webandmore.de", "include_subdomains": true, "mode": "force-https" },
{ "name": "welches-kinderfahrrad.de", "include_subdomains": true, "mode": "force-https" }, { "name": "welches-kinderfahrrad.de", "include_subdomains": true, "mode": "force-https" },
{ "name": "apadvantage.com", "include_subdomains": true, "mode": "force-https" },
{ "name": "apn-einstellungen.de", "include_subdomains": true, "mode": "force-https" },
{ "name": "barcodeberlin.com", "include_subdomains": true, "mode": "force-https" },
{ "name": "certible.com", "include_subdomains": true, "mode": "force-https" },
{ "name": "data-abundance.com", "include_subdomains": true, "mode": "force-https" },
{ "name": "dedimax.de", "include_subdomains": true, "mode": "force-https" },
{ "name": "hostix.de", "include_subdomains": true, "mode": "force-https" },
{ "name": "janoberst.com", "include_subdomains": true, "mode": "force-https" },
{ "name": "jelmer.co.uk", "include_subdomains": true, "mode": "force-https" },
{ "name": "jelmer.uk", "include_subdomains": true, "mode": "force-https" },
{ "name": "munich-rage.de", "include_subdomains": true, "mode": "force-https" },
{ "name": "posteo.de", "include_subdomains": true, "mode": "force-https" },
{ "name": "stationary-traveller.eu", "include_subdomains": true, "mode": "force-https" },
{ "name": "thepaymentscompany.com", "include_subdomains": true, "mode": "force-https" },
{ "name": "xps2pdf.co.uk", "include_subdomains": true, "mode": "force-https" },
// Entries that are only valid if the client supports SNI. // Entries that are only valid if the client supports SNI.
{ "name": "gmail.com", "mode": "force-https", "pins": "google", "snionly": true }, { "name": "gmail.com", "mode": "force-https", "pins": "google", "snionly": true },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment