Commit 5ea70900 authored by Adam Langley's avatar Adam Langley

net: fix typo and add ustr.gov to HSTS preloaded list.
Cr-Commit-Position: refs/heads/master@{#313585}
parent 622e9f3e
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -1778,7 +1778,7 @@ ...@@ -1778,7 +1778,7 @@
{ "name": "uspsoig.gov", "include_subdomains": true, "mode": "force-https" }, { "name": "uspsoig.gov", "include_subdomains": true, "mode": "force-https" },
{ "name": "notalone.gov", "include_subdomains": true, "mode": "force-https" }, { "name": "notalone.gov", "include_subdomains": true, "mode": "force-https" },
{ "name": "aids.gov", "include_subdomains": true, "mode": "force-https" }, { "name": "aids.gov", "include_subdomains": true, "mode": "force-https" },
{ "name": "itdashboard.com", "include_subdomains": true, "mode": "force-https" }, { "name": "itdashboard.gov", "include_subdomains": true, "mode": "force-https" },
{ "name": "paymentaccuracy.gov", "include_subdomains": true, "mode": "force-https" }, { "name": "paymentaccuracy.gov", "include_subdomains": true, "mode": "force-https" },
{ "name": "cao.gov", "include_subdomains": true, "mode": "force-https" }, { "name": "cao.gov", "include_subdomains": true, "mode": "force-https" },
{ "name": "cfo.gov", "include_subdomains": true, "mode": "force-https" }, { "name": "cfo.gov", "include_subdomains": true, "mode": "force-https" },
...@@ -1787,7 +1787,8 @@ ...@@ -1787,7 +1787,8 @@
{ "name": "bfelob.gov", "include_subdomains": true, "mode": "force-https" }, { "name": "bfelob.gov", "include_subdomains": true, "mode": "force-https" },
{ "name": "max.gov", "include_subdomains": true, "mode": "force-https" }, { "name": "max.gov", "include_subdomains": true, "mode": "force-https" },
{ "name": "save.gov", "include_subdomains": true, "mode": "force-https" }, { "name": "save.gov", "include_subdomains": true, "mode": "force-https" },
{ "name": "saveaward.gov", "include_subdomains": true, "mode": "force-https" } { "name": "saveaward.gov", "include_subdomains": true, "mode": "force-https" },
{ "name": "ustr.gov", "include_subdomains": true, "mode": "force-https" }
], ],
// |ReportUMAOnPinFailure| uses these to report which domain was associated // |ReportUMAOnPinFailure| uses these to report which domain was associated
......
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