diff options
-rw-r--r-- | net/http/transport_security_state_static.h | 1 | ||||
-rw-r--r-- | net/http/transport_security_state_static.json | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/net/http/transport_security_state_static.h b/net/http/transport_security_state_static.h index 92b99f0..26d3ae5 100644 --- a/net/http/transport_security_state_static.h +++ b/net/http/transport_security_state_static.h @@ -893,6 +893,7 @@ static const struct HSTSPreload kPreloadedSTS[] = { {14, false, "\010getcloak\003com", true, kNoPins, DOMAIN_NOT_PINNED }, {18, false, "\003www\010getcloak\003com", true, kNoPins, DOMAIN_NOT_PINNED }, {23, true, "\020matteomarescotti\004name", true, kNoPins, DOMAIN_NOT_PINNED }, + {19, true, "\003www\011heliosnet\003com", true, kNoPins, DOMAIN_NOT_PINNED }, }; static const size_t kNumPreloadedSTS = ARRAYSIZE_UNSAFE(kPreloadedSTS); diff --git a/net/http/transport_security_state_static.json b/net/http/transport_security_state_static.json index b418eeb..dd3b621 100644 --- a/net/http/transport_security_state_static.json +++ b/net/http/transport_security_state_static.json @@ -686,6 +686,7 @@ { "name": "getcloak.com", "mode": "force-https" }, { "name": "www.getcloak.com", "mode": "force-https" }, { "name": "matteomarescotti.name", "include_subdomains": true, "mode": "force-https" }, + { "name": "www.heliosnet.com", "include_subdomains": true, "mode": "force-https" }, // Entries that are only valid if the client supports SNI. { "name": "gmail.com", "mode": "force-https", "pins": "google", "snionly": true }, |