| 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 0a06a032f9dadfdf7538c47f6eb8aec33a0294c6..40ba72e87ef52e6a73ce0121c18287810790c6a1 100644
|
| --- a/net/http/transport_security_state_static.h
|
| +++ b/net/http/transport_security_state_static.h
|
| @@ -551,6 +551,7 @@ static const char* const kGoogleAcceptableCerts[] = {
|
| kSPKIHash_GeoTrustGlobal,
|
| NULL,
|
| };
|
| +static const char kGoogleReportURI[] = "http://clients3.google.com/cert_upload_json";
|
| static const char* const kTorAcceptableCerts[] = {
|
| kSPKIHash_RapidSSL,
|
| kSPKIHash_DigiCertEVRoot,
|
| @@ -674,7 +675,7 @@ struct Pinset {
|
|
|
| static const struct Pinset kPinsets[] = {
|
| {kTestAcceptableCerts, kNoRejectedPublicKeys, kNoReportURI},
|
| - {kGoogleAcceptableCerts, kNoRejectedPublicKeys, kNoReportURI},
|
| + {kGoogleAcceptableCerts, kNoRejectedPublicKeys, kGoogleReportURI},
|
| {kTorAcceptableCerts, kNoRejectedPublicKeys, kNoReportURI},
|
| {kTwitterComAcceptableCerts, kNoRejectedPublicKeys, kNoReportURI},
|
| {kTwitterCDNAcceptableCerts, kNoRejectedPublicKeys, kNoReportURI},
|
|
|