Commit c725c611 authored by Eric Lawrence's avatar Eric Lawrence Committed by Commit Bot

Manual HSTS preloads

Update the HSTS preload list with manually-requested entries.

TBR=palmer@chromium.org

Change-Id: I7aadcbc4da452dc918226112b3085afa70892a20
Reviewed-on: https://chromium-review.googlesource.com/875255Reviewed-by: default avatarEric Lawrence <elawrence@chromium.org>
Commit-Queue: Eric Lawrence <elawrence@chromium.org>
Cr-Commit-Position: refs/heads/master@{#530390}
parent d8869c69
......@@ -44254,6 +44254,7 @@
{ "name": "www.hyatt.com", "policy": "custom", "mode": "force-https", "include_subdomains": true },
{ "name": "connect.facebook.net", "policy": "custom", "mode": "force-https", "include_subdomains": true },
{ "name": "bing.com", "policy": "custom", "mode": "force-https", "include_subdomains": true },
{ "name": "fan.gov", "policy": "custom", "mode": "force-https", "include_subdomains": true },
// No subdomains
{ "name": "wordpress.com", "policy": "custom", "mode": "force-https", "include_subdomains": false },
{ "name": "www.wordpress.com", "policy": "custom", "mode": "force-https", "include_subdomains": false },
......@@ -44267,6 +44268,7 @@
// be handled automatically: github.com/chromium/hstspreload.org/issues/43
// IPv6
{ "name": "ipv6only.network", "policy": "custom", "mode": "force-https", "include_subdomains": true },
{ "name": "trinity.fr.eu.org", "policy": "custom", "mode": "force-https", "include_subdomains": true },
// Expect-CT/Expect-Staple
{
"name": "crt.sh", "policy": "custom",
......@@ -44454,6 +44456,7 @@
{ "name": "safecar.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true },
{ "name": "famep.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true },
{ "name": "nationalmall.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true },
{ "name": "mytuleap.com", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true },
// END OF ETLD-OWNER REQUESTED ENTRIES
// To avoid trailing comma changes from showing up in diffs, we place a
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