Chromium Code Reviews| 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 2708797a60f7fc13502f8bb8ef3f75d858b315eb..aa65df597fd1eb76c69e097bbec5e55e4603259b 100644 |
| --- a/net/http/transport_security_state_static.json |
| +++ b/net/http/transport_security_state_static.json |
| @@ -775,6 +775,7 @@ |
| { "name": "mobile.usaa.com", "mode": "force-https" }, |
| { "name": "subrosa.io", "include_subdomains": true, "mode": "force-https" }, |
| { "name": "detectify.com", "mode": "force-https" }, |
| + { "name": "crbug.com", "include_subdomains": true, "mode": "force-https" }, |
|
Peter Kasting
2014/05/28 18:57:23
Shouldn't this go in the "Other Google-related dom
engedy
2014/05/28 20:57:57
The domains in the two Google-related groups all h
|
| // Entries that are only valid if the client supports SNI. |
| { "name": "gmail.com", "mode": "force-https", "pins": "google", "snionly": true }, |