| Index: net/http/transport_security_state_static.h
|
| diff --git a/net/http/transport_security_state_static.h b/net/http/transport_security_state_static.h
|
| index c89a5860f8955bd1571cba74416e3c61afd8af6c..b9233f755555b5e4a7fa866e30f1937a2ad129d4 100644
|
| --- a/net/http/transport_security_state_static.h
|
| +++ b/net/http/transport_security_state_static.h
|
| @@ -382,6 +382,7 @@ static const struct HSTSPreload kPreloadedSTS[] = {
|
| {19, true, "\006script\006google\003com", true, kGooglePins, DOMAIN_GOOGLE_COM },
|
| {20, true, "\007history\006google\003com", true, kGooglePins, DOMAIN_GOOGLE_COM },
|
| {21, true, "\010security\006google\003com", true, kGooglePins, DOMAIN_GOOGLE_COM },
|
| + {17, true, "\004goto\006google\003com", true, kGooglePins, DOMAIN_GOOGLE_COM },
|
| {20, true, "\006market\007android\003com", true, kGooglePins, DOMAIN_ANDROID_COM },
|
| {26, true, "\003ssl\020google-analytics\003com", true, kGooglePins, DOMAIN_GOOGLE_ANALYTICS_COM },
|
| {18, true, "\005drive\006google\003com", true, kGooglePins, DOMAIN_GOOGLE_COM },
|
|
|