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

net: add (*.)code-poets.co.uk to HSTS preloaded.

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@281883 0039d316-1c4b-4281-b951-d872f2087c98
parent 51187742
...@@ -1055,6 +1055,7 @@ static const struct HSTSPreload kPreloadedSTS[] = { ...@@ -1055,6 +1055,7 @@ static const struct HSTSPreload kPreloadedSTS[] = {
{20, true, "\006portal\005tirol\002gv\002at", true, kNoPins, DOMAIN_NOT_PINNED }, {20, true, "\006portal\005tirol\002gv\002at", true, kNoPins, DOMAIN_NOT_PINNED },
{13, false, "\007dropbox\003com", true, kDropboxPins, DOMAIN_DROPBOX_COM }, {13, false, "\007dropbox\003com", true, kDropboxPins, DOMAIN_DROPBOX_COM },
{17, true, "\003www\007dropbox\003com", true, kDropboxPins, DOMAIN_DROPBOX_COM }, {17, true, "\003www\007dropbox\003com", true, kDropboxPins, DOMAIN_DROPBOX_COM },
{18, true, "\012code-poets\002co\002uk", true, kNoPins, DOMAIN_NOT_PINNED },
}; };
static const size_t kNumPreloadedSTS = ARRAYSIZE_UNSAFE(kPreloadedSTS); static const size_t kNumPreloadedSTS = ARRAYSIZE_UNSAFE(kPreloadedSTS);
......
...@@ -814,6 +814,7 @@ ...@@ -814,6 +814,7 @@
{ "name": "portal.tirol.gv.at", "include_subdomains": true, "mode": "force-https" }, { "name": "portal.tirol.gv.at", "include_subdomains": true, "mode": "force-https" },
{ "name": "dropbox.com", "mode": "force-https", "pins": "dropbox" }, { "name": "dropbox.com", "mode": "force-https", "pins": "dropbox" },
{ "name": "www.dropbox.com", "include_subdomains": true, "mode": "force-https", "pins": "dropbox" }, { "name": "www.dropbox.com", "include_subdomains": true, "mode": "force-https", "pins": "dropbox" },
{ "name": "code-poets.co.uk", "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