Commit 1bac3104 authored by agl@chromium.org's avatar agl@chromium.org

net: add (*.)piratenlogin.de to HSTS preloaded.

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151264 0039d316-1c4b-4281-b951-d872f2087c98
parent 071ac10f
...@@ -433,6 +433,7 @@ static const struct HSTSPreload kPreloadedSTS[] = { ...@@ -433,6 +433,7 @@ static const struct HSTSPreload kPreloadedSTS[] = {
{13, false, "\007neonisi\003com", true, kNoPins, DOMAIN_NOT_PINNED }, {13, false, "\007neonisi\003com", true, kNoPins, DOMAIN_NOT_PINNED },
{17, true, "\003www\007neonisi\003com", true, kNoPins, DOMAIN_NOT_PINNED }, {17, true, "\003www\007neonisi\003com", true, kNoPins, DOMAIN_NOT_PINNED },
{19, true, "\005shops\007neonisi\003com", true, kNoPins, DOMAIN_NOT_PINNED }, {19, true, "\005shops\007neonisi\003com", true, kNoPins, DOMAIN_NOT_PINNED },
{17, true, "\014piratenlogin\002de", true, kNoPins, DOMAIN_NOT_PINNED },
}; };
static const size_t kNumPreloadedSTS = ARRAYSIZE_UNSAFE(kPreloadedSTS); static const size_t kNumPreloadedSTS = ARRAYSIZE_UNSAFE(kPreloadedSTS);
......
...@@ -286,6 +286,7 @@ ...@@ -286,6 +286,7 @@
{ "name": "neonisi.com", "mode": "force-https" }, { "name": "neonisi.com", "mode": "force-https" },
{ "name": "www.neonisi.com", "include_subdomains": true, "mode": "force-https" }, { "name": "www.neonisi.com", "include_subdomains": true, "mode": "force-https" },
{ "name": "shops.neonisi.com", "include_subdomains": true, "mode": "force-https" }, { "name": "shops.neonisi.com", "include_subdomains": true, "mode": "force-https" },
{ "name": "piratenlogin.de", "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