Index: net/base/transport_security_state_static.h |
diff --git a/net/base/transport_security_state_static.h b/net/base/transport_security_state_static.h |
index 2d05e9dbf6e9565bcb1154f80ab1c55a8ef7bdf3..48710e5ddeb592e8f8b3508bbf491fd4b5e5b3fc 100644 |
--- a/net/base/transport_security_state_static.h |
+++ b/net/base/transport_security_state_static.h |
@@ -341,7 +341,7 @@ static const struct HSTSPreload kPreloadedSTS[] = { |
{32, true, "\022chromiumcodereview\007appspot\003com", true, kGooglePins, DOMAIN_APPSPOT_COM }, |
{24, true, "\012codereview\007appspot\003com", true, kGooglePins, DOMAIN_APPSPOT_COM }, |
{25, true, "\012codereview\010chromium\003org", true, kGooglePins, DOMAIN_CHROMIUM_ORG }, |
- {17, false, "\004code\006google\003com", true, kGooglePins, DOMAIN_GOOGLE_COM }, |
+ {17, true, "\004code\006google\003com", true, kGooglePins, DOMAIN_GOOGLE_COM }, |
{16, true, "\012googlecode\003com", false, kGooglePins, DOMAIN_GOOGLECODE_COM }, |
{23, true, "\005chart\004apis\006google\003com", false, kGooglePins, DOMAIN_GOOGLE_COM }, |
{11, true, "\005ytimg\003com", false, kGooglePins, DOMAIN_YTIMG_COM }, |