Commit 7c905da0 authored by agl@chromium.org's avatar agl@chromium.org

net: add a couple of HSTS entries.

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245572 0039d316-1c4b-4281-b951-d872f2087c98
parent 9fe240ac
......@@ -894,6 +894,9 @@ static const struct HSTSPreload kPreloadedSTS[] = {
{18, false, "\003www\010getcloak\003com", true, kNoPins, DOMAIN_NOT_PINNED },
{23, true, "\020matteomarescotti\004name", true, kNoPins, DOMAIN_NOT_PINNED },
{19, true, "\003www\011heliosnet\003com", true, kNoPins, DOMAIN_NOT_PINNED },
{13, false, "\007opsmate\003com", true, kNoPins, DOMAIN_NOT_PINNED },
{17, true, "\003www\007opsmate\003com", true, kNoPins, DOMAIN_NOT_PINNED },
{13, true, "\007f-droid\003org", true, kNoPins, DOMAIN_NOT_PINNED },
};
static const size_t kNumPreloadedSTS = ARRAYSIZE_UNSAFE(kPreloadedSTS);
......
......@@ -687,6 +687,9 @@
{ "name": "www.getcloak.com", "mode": "force-https" },
{ "name": "matteomarescotti.name", "include_subdomains": true, "mode": "force-https" },
{ "name": "www.heliosnet.com", "include_subdomains": true, "mode": "force-https" },
{ "name": "opsmate.com", "mode": "force-https" },
{ "name": "www.opsmate.com", "include_subdomains": true, "mode": "force-https" },
{ "name": "f-droid.org", "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