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

net: add (*.)matteomarescotti.name to HSTS preloaded.

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243150 0039d316-1c4b-4281-b951-d872f2087c98
parent b70da4c3
......@@ -878,6 +878,7 @@ static const struct HSTSPreload kPreloadedSTS[] = {
{12, true, "\006mnsure\003org", true, kNoPins, DOMAIN_NOT_PINNED },
{14, false, "\010getcloak\003com", true, kNoPins, DOMAIN_NOT_PINNED },
{18, false, "\003www\010getcloak\003com", true, kNoPins, DOMAIN_NOT_PINNED },
{23, true, "\020matteomarescotti\004name", true, kNoPins, DOMAIN_NOT_PINNED },
};
static const size_t kNumPreloadedSTS = ARRAYSIZE_UNSAFE(kPreloadedSTS);
......
......@@ -682,6 +682,7 @@
{ "name": "mnsure.org", "include_subdomains": true, "mode": "force-https" },
{ "name": "getcloak.com", "mode": "force-https" },
{ "name": "www.getcloak.com", "mode": "force-https" },
{ "name": "matteomarescotti.name", "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 },
......
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