Commit 392e4511 authored by Adam Langley's avatar Adam Langley

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

See https://codereview.chromium.org/1131553008/

Cr-Commit-Position: refs/heads/master@{#329951}
parent 57adf29f
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -209,6 +209,7 @@
{ "name": "login.corp.google.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
{ "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" },
// 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