| Index: net/http/transport_security_state.cc
|
| diff --git a/net/http/transport_security_state.cc b/net/http/transport_security_state.cc
|
| index 864d7e298d93ab3bc5433f088f8370250323fbbb..f50a201a85c6863e6e60194cda2efcc9cbfd0ebd 100644
|
| --- a/net/http/transport_security_state.cc
|
| +++ b/net/http/transport_security_state.cc
|
| @@ -714,7 +714,7 @@ bool SerializeExpectStapleReport(const HostPortPair& host_port_pair,
|
| TransportSecurityState::TransportSecurityState()
|
| : enable_static_pins_(true),
|
| enable_static_expect_ct_(true),
|
| - enable_static_expect_staple_(false),
|
| + enable_static_expect_staple_(true),
|
| enable_pkp_bypass_for_local_trust_anchors_(true),
|
| sent_reports_cache_(kMaxHPKPReportCacheEntries) {
|
| // Static pinning is only enabled for official builds to make sure that
|
|
|