| Index: net/http/transport_security_state.cc
|
| diff --git a/net/http/transport_security_state.cc b/net/http/transport_security_state.cc
|
| index 4ce0823e3653a58bf1bf5d58672d2646996a55c1..3e8d1b175f373ddd3c19a19fe27e5544cd8b3fb1 100644
|
| --- a/net/http/transport_security_state.cc
|
| +++ b/net/http/transport_security_state.cc
|
| @@ -716,7 +716,7 @@
|
| TransportSecurityState::TransportSecurityState()
|
| : enable_static_pins_(true),
|
| enable_static_expect_ct_(true),
|
| - enable_static_expect_staple_(true),
|
| + enable_static_expect_staple_(false),
|
| enable_pkp_bypass_for_local_trust_anchors_(true),
|
| sent_reports_cache_(kMaxHPKPReportCacheEntries) {
|
| // Static pinning is only enabled for official builds to make sure that
|
|
|