Commit 2288b47a authored by Adam Langley's avatar Adam Langley

net: add contributor.google.com to HSTS preload.

(Internal bug 18057068.)

Cr-Commit-Position: refs/heads/master@{#330468}
parent 9fa908a1
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -210,6 +210,7 @@
{ "name": "play.google.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
{ "name": "passwords.google.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
{ "name": "myaccount.google.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
{ "name": "contributor.google.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
// Other Google-related domains that must use HTTPS.
{ "name": "gmail.com", "mode": "force-https", "pins": "google" },
......
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