| Index: net/http/transport_security_state_static.json
|
| diff --git a/net/http/transport_security_state_static.json b/net/http/transport_security_state_static.json
|
| index 82be88c67af7aa1e2230425de8362882813a9630..b38e76ed83fdd097c447241339c6c83579d7386a 100644
|
| --- a/net/http/transport_security_state_static.json
|
| +++ b/net/http/transport_security_state_static.json
|
| @@ -181,7 +181,8 @@
|
| { "name": "goto.google.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
|
| { "name": "cloud.google.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
|
| { "name": "glass.google.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
|
| - { "name": "play.google.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
|
| + // play.google.com doesn't have include_subdomains because of crbug.com/327834.
|
| + { "name": "play.google.com", "mode": "force-https", "pins": "google" },
|
|
|
| // Other Google-related domains that must use HTTPS.
|
| { "name": "market.android.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
|
|
|