| 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 f2ea764db5fe40adfd6f0e7b69621f3d706eae01..318113faf756cff4e779d00873ab6bf13cf0c074 100644
|
| --- a/net/http/transport_security_state_static.json
|
| +++ b/net/http/transport_security_state_static.json
|
| @@ -159,6 +159,7 @@
|
| { "name": "google.com", "include_subdomains": true, "pins": "google" },
|
|
|
| // Now we force HTTPS for subtrees of google.com.
|
| + { "name": "corp.google.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
|
| { "name": "health.google.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
|
| { "name": "checkout.google.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
|
| { "name": "chrome.google.com", "include_subdomains": true, "mode": "force-https", "pins": "google" },
|
|
|