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

net: add (*.)wiki.python.org to HSTS preloaded.

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221431 0039d316-1c4b-4281-b951-d872f2087c98
parent ad8b926e
...@@ -860,6 +860,7 @@ static const struct HSTSPreload kPreloadedSTS[] = { ...@@ -860,6 +860,7 @@ static const struct HSTSPreload kPreloadedSTS[] = {
{16, true, "\007cloudns\003com\002au", true, kNoPins, DOMAIN_NOT_PINNED }, {16, true, "\007cloudns\003com\002au", true, kNoPins, DOMAIN_NOT_PINNED },
{19, true, "\005oplop\007appspot\003com", true, kNoPins, DOMAIN_NOT_PINNED }, {19, true, "\005oplop\007appspot\003com", true, kNoPins, DOMAIN_NOT_PINNED },
{12, false, "\006bcrook\003com", true, kNoPins, DOMAIN_NOT_PINNED }, {12, false, "\006bcrook\003com", true, kNoPins, DOMAIN_NOT_PINNED },
{17, true, "\004wiki\006python\003org", true, kNoPins, DOMAIN_NOT_PINNED },
}; };
static const size_t kNumPreloadedSTS = ARRAYSIZE_UNSAFE(kPreloadedSTS); static const size_t kNumPreloadedSTS = ARRAYSIZE_UNSAFE(kPreloadedSTS);
......
...@@ -638,6 +638,7 @@ ...@@ -638,6 +638,7 @@
{ "name": "cloudns.com.au", "include_subdomains": true, "mode": "force-https" }, { "name": "cloudns.com.au", "include_subdomains": true, "mode": "force-https" },
{ "name": "oplop.appspot.com", "include_subdomains": true, "mode": "force-https" }, { "name": "oplop.appspot.com", "include_subdomains": true, "mode": "force-https" },
{ "name": "bcrook.com", "mode": "force-https" }, { "name": "bcrook.com", "mode": "force-https" },
{ "name": "wiki.python.org", "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