Commit 36b8980c authored by Adam Langley's avatar Adam Langley Committed by Commit Bot

Drop 1.1.1.1 from HSTS preloaded list.

This IP address is misused by some networking equipment and is breaking
things like captive portals. Hopefully in time we can reverse this but,
for now, ease the pain and drop 1.1.1.1 from the preload list.

BUG=853934

Change-Id: I8e8e9b212312430b66a19880ed5a74ebe303ec41
Reviewed-on: https://chromium-review.googlesource.com/1105299Reviewed-by: default avatarNick Harper <nharper@chromium.org>
Commit-Queue: Adam Langley <agl@chromium.org>
Cr-Commit-Position: refs/heads/master@{#568260}
parent 3f7062d9
......@@ -52255,7 +52255,6 @@
{ "name": "teams.microsoft.com", "policy": "custom", "mode": "force-https", "include_subdomains": true },
{ "name": "trouter.io", "policy": "custom", "mode": "force-https", "include_subdomains": true },
// IP Address
{ "name": "1.1.1.1", "policy": "custom", "mode": "force-https", "include_subdomains": false },
{ "name": "1.0.0.1", "policy": "custom", "mode": "force-https", "include_subdomains": false },
// No subdomains
{ "name": "wordpress.com", "policy": "custom", "mode": "force-https", "include_subdomains": false },
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