Commit 3cd61655 authored by agl@chromium.org's avatar agl@chromium.org

net: add (*.)serverdensity.io to HSTS preloaded.

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170972 0039d316-1c4b-4281-b951-d872f2087c98
parent c67e8ca8
...@@ -705,6 +705,7 @@ static const struct HSTSPreload kPreloadedSTS[] = { ...@@ -705,6 +705,7 @@ static const struct HSTSPreload kPreloadedSTS[] = {
{12, true, "\003www\003gov\002uk", true, kNoPins, DOMAIN_NOT_PINNED }, {12, true, "\003www\003gov\002uk", true, kNoPins, DOMAIN_NOT_PINNED },
{18, true, "\014silentcircle\003com", true, kNoPins, DOMAIN_NOT_PINNED }, {18, true, "\014silentcircle\003com", true, kNoPins, DOMAIN_NOT_PINNED },
{18, true, "\014silentcircle\003org", true, kNoPins, DOMAIN_NOT_PINNED }, {18, true, "\014silentcircle\003org", true, kNoPins, DOMAIN_NOT_PINNED },
{18, true, "\015serverdensity\002io", true, kNoPins, DOMAIN_NOT_PINNED },
}; };
static const size_t kNumPreloadedSTS = ARRAYSIZE_UNSAFE(kPreloadedSTS); static const size_t kNumPreloadedSTS = ARRAYSIZE_UNSAFE(kPreloadedSTS);
......
...@@ -562,6 +562,7 @@ ...@@ -562,6 +562,7 @@
{ "name": "www.gov.uk", "include_subdomains": true, "mode": "force-https" }, { "name": "www.gov.uk", "include_subdomains": true, "mode": "force-https" },
{ "name": "silentcircle.com", "include_subdomains": true, "mode": "force-https" }, { "name": "silentcircle.com", "include_subdomains": true, "mode": "force-https" },
{ "name": "silentcircle.org", "include_subdomains": true, "mode": "force-https" }, { "name": "silentcircle.org", "include_subdomains": true, "mode": "force-https" },
{ "name": "serverdensity.io", "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