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

net: add browserid.org and login.persona.org to HSTS preloaded.

BUG=139471

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148948 0039d316-1c4b-4281-b951-d872f2087c98
parent 97f36b9f
......@@ -425,6 +425,9 @@ static const struct HSTSPreload kPreloadedSTS[] = {
{14, false, "\010irccloud\003com", true, kNoPins, DOMAIN_NOT_PINNED },
{18, false, "\003www\010irccloud\003com", true, kNoPins, DOMAIN_NOT_PINNED },
{20, false, "\005alpha\010irccloud\003com", true, kNoPins, DOMAIN_NOT_PINNED },
{11, true, "\006passwd\002io", true, kNoPins, DOMAIN_NOT_PINNED },
{15, true, "\011browserid\003org", true, kNoPins, DOMAIN_NOT_PINNED },
{19, true, "\005login\007persona\003org", true, kNoPins, DOMAIN_NOT_PINNED },
};
static const size_t kNumPreloadedSTS = ARRAYSIZE_UNSAFE(kPreloadedSTS);
......
......@@ -279,6 +279,8 @@
{ "name": "www.irccloud.com", "mode": "force-https" },
{ "name": "alpha.irccloud.com", "mode": "force-https" },
{ "name": "passwd.io", "include_subdomains": true, "mode": "force-https" },
{ "name": "browserid.org", "include_subdomains": true, "mode": "force-https" },
{ "name": "login.persona.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