| 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 ce35dc46700f221a8501bf651850c2a16835b674..8f67c95d78a2c082cc3f538cb7c93fa1bb581386 100644
|
| --- a/net/http/transport_security_state_static.h
|
| +++ b/net/http/transport_security_state_static.h
|
| @@ -981,6 +981,7 @@ static const struct HSTSPreload kPreloadedSTS[] = {
|
| {17, false, "\006mobile\004usaa\003com", true, kNoPins, DOMAIN_NOT_PINNED },
|
| {12, true, "\007subrosa\002io", true, kNoPins, DOMAIN_NOT_PINNED },
|
| {15, false, "\011detectify\003com", true, kNoPins, DOMAIN_NOT_PINNED },
|
| + {11, true, "\005crbug\003com", true, kNoPins, DOMAIN_NOT_PINNED },
|
| };
|
| static const size_t kNumPreloadedSTS = ARRAYSIZE_UNSAFE(kPreloadedSTS);
|
|
|
|
|