summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--net/http/transport_security_state_static.h2
-rw-r--r--net/http/transport_security_state_static.json2
2 files changed, 4 insertions, 0 deletions
diff --git a/net/http/transport_security_state_static.h b/net/http/transport_security_state_static.h
index 9d3b13b..ca3d25c 100644
--- a/net/http/transport_security_state_static.h
+++ b/net/http/transport_security_state_static.h
@@ -846,6 +846,8 @@ static const struct HSTSPreload kPreloadedSTS[] = {
{21, true, "\007liberty\007lavabit\003com", true, kLavabitPins, DOMAIN_LAVABIT_COM },
{16, true, "\012getlantern\003org", true, kNoPins, DOMAIN_NOT_PINNED },
{15, false, "\011kinsights\003com", true, kNoPins, DOMAIN_NOT_PINNED },
+ {15, false, "\007simbolo\002co\002uk", true, kNoPins, DOMAIN_NOT_PINNED },
+ {19, false, "\003www\007simbolo\002co\002uk", 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 1dd8c3f..1dae098 100644
--- a/net/http/transport_security_state_static.json
+++ b/net/http/transport_security_state_static.json
@@ -650,6 +650,8 @@
{ "name": "liberty.lavabit.com", "include_subdomains": true, "mode": "force-https", "pins": "lavabit" },
{ "name": "getlantern.org", "include_subdomains": true, "mode": "force-https" },
{ "name": "kinsights.com", "mode": "force-https" },
+ { "name": "simbolo.co.uk", "mode": "force-https" },
+ { "name": "www.simbolo.co.uk", "mode": "force-https" },
// Entries that are only valid if the client supports SNI.
{ "name": "gmail.com", "mode": "force-https", "pins": "google", "snionly": true },