Commit 8ef413ca authored by agl@chromium.org's avatar agl@chromium.org

net: add airbnb.com to HSTS preloaded.

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@269805 0039d316-1c4b-4281-b951-d872f2087c98
parent 9e7a9160
...@@ -953,6 +953,8 @@ static const struct HSTSPreload kPreloadedSTS[] = { ...@@ -953,6 +953,8 @@ static const struct HSTSPreload kPreloadedSTS[] = {
{16, true, "\012harvestapp\003com", true, kNoPins, DOMAIN_NOT_PINNED }, {16, true, "\012harvestapp\003com", true, kNoPins, DOMAIN_NOT_PINNED },
{12, true, "\007anycoin\002me", true, kNoPins, DOMAIN_NOT_PINNED }, {12, true, "\007anycoin\002me", true, kNoPins, DOMAIN_NOT_PINNED },
{14, true, "\010noexpect\003org", true, kNoPins, DOMAIN_NOT_PINNED }, {14, true, "\010noexpect\003org", true, kNoPins, DOMAIN_NOT_PINNED },
{12, false, "\006airbnb\003com", true, kNoPins, DOMAIN_NOT_PINNED },
{16, true, "\003www\006airbnb\003com", true, kNoPins, DOMAIN_NOT_PINNED },
}; };
static const size_t kNumPreloadedSTS = ARRAYSIZE_UNSAFE(kPreloadedSTS); static const size_t kNumPreloadedSTS = ARRAYSIZE_UNSAFE(kPreloadedSTS);
......
...@@ -746,6 +746,8 @@ ...@@ -746,6 +746,8 @@
{ "name": "harvestapp.com", "include_subdomains": true, "mode": "force-https" }, { "name": "harvestapp.com", "include_subdomains": true, "mode": "force-https" },
{ "name": "anycoin.me", "include_subdomains": true, "mode": "force-https" }, { "name": "anycoin.me", "include_subdomains": true, "mode": "force-https" },
{ "name": "noexpect.org", "include_subdomains": true, "mode": "force-https" }, { "name": "noexpect.org", "include_subdomains": true, "mode": "force-https" },
{ "name": "airbnb.com", "mode": "force-https" },
{ "name": "www.airbnb.com", "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