Commit 872b71fd authored by agl@chromium.org's avatar agl@chromium.org

net: a couple of domains for HSTS preloading.

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282977 0039d316-1c4b-4281-b951-d872f2087c98
parent e8ca4159
...@@ -1056,6 +1056,8 @@ static const struct HSTSPreload kPreloadedSTS[] = { ...@@ -1056,6 +1056,8 @@ static const struct HSTSPreload kPreloadedSTS[] = {
{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 }, {18, true, "\012code-poets\002co\002uk", true, kNoPins, DOMAIN_NOT_PINNED },
{13, false, "\007jackyyf\003com", true, kNoPins, DOMAIN_NOT_PINNED },
{10, true, "\005flynn\002io", true, kNoPins, DOMAIN_NOT_PINNED },
}; };
static const size_t kNumPreloadedSTS = ARRAYSIZE_UNSAFE(kPreloadedSTS); static const size_t kNumPreloadedSTS = ARRAYSIZE_UNSAFE(kPreloadedSTS);
......
...@@ -815,6 +815,8 @@ ...@@ -815,6 +815,8 @@
{ "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" }, { "name": "code-poets.co.uk", "include_subdomains": true, "mode": "force-https" },
{ "name": "jackyyf.com", "mode": "force-https" },
{ "name": "flynn.io", "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