Commit ead9ec1e authored by agl@chromium.org's avatar agl@chromium.org

net: remove (*.)waveapps.com from HSTS preloaded.

They found that they had subdomains that weren't ready.

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274576 0039d316-1c4b-4281-b951-d872f2087c98
parent 23d5ce15
...@@ -779,7 +779,6 @@ ...@@ -779,7 +779,6 @@
{ "name": "manageprojects.com", "include_subdomains": true, "mode": "force-https" }, { "name": "manageprojects.com", "include_subdomains": true, "mode": "force-https" },
{ "name": "tinfoilsecurity.com", "mode": "force-https" }, { "name": "tinfoilsecurity.com", "mode": "force-https" },
{ "name": "www.tinfoilsecurity.com", "mode": "force-https" }, { "name": "www.tinfoilsecurity.com", "mode": "force-https" },
{ "name": "waveapps.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