| Index: net/http/transport_security_state.cc
|
| diff --git a/net/http/transport_security_state.cc b/net/http/transport_security_state.cc
|
| index b343223430245fc9e3764cf770dba270e3c5b693..b12312250ba7b60bcfb48089dd8a4faf8ab1ec3f 100644
|
| --- a/net/http/transport_security_state.cc
|
| +++ b/net/http/transport_security_state.cc
|
| @@ -1033,6 +1033,9 @@ bool TransportSecurityState::GetStaticDomainState(const std::string& host,
|
| return false;
|
| const Pinset *pinset = &kPinsets[result.pinset_id];
|
|
|
| + if (pinset->report_uri != kNoReportURI)
|
| + pkp_state->report_uri = GURL(pinset->report_uri);
|
| +
|
| if (pinset->accepted_pins) {
|
| const char* const* sha1_hash = pinset->accepted_pins;
|
| while (*sha1_hash) {
|
|
|