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

net: add HSTS for (www.)getcloak.com.

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243145 0039d316-1c4b-4281-b951-d872f2087c98
parent 34a56524
......@@ -876,6 +876,8 @@ static const struct HSTSPreload kPreloadedSTS[] = {
{20, false, "\010passport\006yandex\002kz", true, kNoPins, DOMAIN_NOT_PINNED },
{24, false, "\010passport\006yandex\003com\002tr", true, kNoPins, DOMAIN_NOT_PINNED },
{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 },
};
static const size_t kNumPreloadedSTS = ARRAYSIZE_UNSAFE(kPreloadedSTS);
......
......@@ -680,6 +680,8 @@
{ "name": "passport.yandex.kz", "mode": "force-https" },
{ "name": "passport.yandex.com.tr", "mode": "force-https" },
{ "name": "mnsure.org", "include_subdomains": true, "mode": "force-https" },
{ "name": "getcloak.com", "mode": "force-https" },
{ "name": "www.getcloak.com", "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