Commit 8d0178b6 authored by Adam Langley's avatar Adam Langley

net: add (www.)honeybadger.io to HSTS preload.
Cr-Commit-Position: refs/heads/master@{#293025}
parent 9f49a7ad
......@@ -1372,6 +1372,8 @@ static const struct HSTSPreload kPreloadedSTS[] = {
{19, true, "\016" "xtream-hosting" "\002" "de", true, kNoPins, DOMAIN_NOT_PINNED },
{19, true, "\016" "xtream-hosting" "\002" "eu", true, kNoPins, DOMAIN_NOT_PINNED },
{18, true, "\015" "xtreamhosting" "\002" "eu", true, kNoPins, DOMAIN_NOT_PINNED },
{16, false, "\013" "honeybadger" "\002" "io", true, kNoPins, DOMAIN_NOT_PINNED },
{20, false, "\003" "www" "\013" "honeybadger" "\002" "io", true, kNoPins, DOMAIN_NOT_PINNED },
};
static const size_t kNumPreloadedSTS = ARRAYSIZE_UNSAFE(kPreloadedSTS);
......
......@@ -1134,6 +1134,8 @@
{ "name": "xtream-hosting.de", "include_subdomains": true, "mode": "force-https" },
{ "name": "xtream-hosting.eu", "include_subdomains": true, "mode": "force-https" },
{ "name": "xtreamhosting.eu", "include_subdomains": true, "mode": "force-https" },
{ "name": "honeybadger.io", "mode": "force-https" },
{ "name": "www.honeybadger.io", "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