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

net: add a couple of domain to HSTS list.

Cr-Commit-Position: refs/heads/master@{#288455}
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288455 0039d316-1c4b-4281-b951-d872f2087c98
parent ad2dec4b
...@@ -1067,6 +1067,8 @@ static const struct HSTSPreload kPreloadedSTS[] = { ...@@ -1067,6 +1067,8 @@ static const struct HSTSPreload kPreloadedSTS[] = {
{20, true, "\003" "www" "\012" "schokokeks" "\003" "org", true, kNoPins, DOMAIN_NOT_PINNED }, {20, true, "\003" "www" "\012" "schokokeks" "\003" "org", true, kNoPins, DOMAIN_NOT_PINNED },
{23, true, "\006" "config" "\012" "schokokeks" "\003" "org", true, kNoPins, DOMAIN_NOT_PINNED }, {23, true, "\006" "config" "\012" "schokokeks" "\003" "org", true, kNoPins, DOMAIN_NOT_PINNED },
{24, true, "\007" "webmail" "\012" "schokokeks" "\003" "org", true, kNoPins, DOMAIN_NOT_PINNED }, {24, true, "\007" "webmail" "\012" "schokokeks" "\003" "org", true, kNoPins, DOMAIN_NOT_PINNED },
{8, true, "\003" "mwe" "\002" "st", true, kNoPins, DOMAIN_NOT_PINNED },
{16, true, "\012" "ub3rk1tten" "\003" "com", true, kNoPins, DOMAIN_NOT_PINNED },
}; };
static const size_t kNumPreloadedSTS = ARRAYSIZE_UNSAFE(kPreloadedSTS); static const size_t kNumPreloadedSTS = ARRAYSIZE_UNSAFE(kPreloadedSTS);
......
...@@ -829,6 +829,8 @@ ...@@ -829,6 +829,8 @@
{ "name": "www.schokokeks.org", "include_subdomains": true, "mode": "force-https" }, { "name": "www.schokokeks.org", "include_subdomains": true, "mode": "force-https" },
{ "name": "config.schokokeks.org", "include_subdomains": true, "mode": "force-https" }, { "name": "config.schokokeks.org", "include_subdomains": true, "mode": "force-https" },
{ "name": "webmail.schokokeks.org", "include_subdomains": true, "mode": "force-https" }, { "name": "webmail.schokokeks.org", "include_subdomains": true, "mode": "force-https" },
{ "name": "mwe.st", "include_subdomains": true, "mode": "force-https" },
{ "name": "ub3rk1tten.com", "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