summaryrefslogtreecommitdiffstats
path: root/net/base
diff options
context:
space:
mode:
Diffstat (limited to 'net/base')
-rw-r--r--net/base/transport_security_state_static.h3
-rw-r--r--net/base/transport_security_state_static.json3
2 files changed, 6 insertions, 0 deletions
diff --git a/net/base/transport_security_state_static.h b/net/base/transport_security_state_static.h
index f9f6d95..77d3dc0 100644
--- a/net/base/transport_security_state_static.h
+++ b/net/base/transport_security_state_static.h
@@ -702,6 +702,9 @@ static const struct HSTSPreload kPreloadedSTS[] = {
{14, true, "\002my\006onlime\002ch", true, kNoPins, DOMAIN_NOT_PINNED },
{19, true, "\007webmail\006onlime\002ch", true, kNoPins, DOMAIN_NOT_PINNED },
{15, true, "\003crm\006onlime\002ch", true, kNoPins, DOMAIN_NOT_PINNED },
+ {12, true, "\003www\003gov\002uk", true, kNoPins, DOMAIN_NOT_PINNED },
+ {18, true, "\014silentcircle\003com", true, kNoPins, DOMAIN_NOT_PINNED },
+ {18, true, "\014silentcircle\003org", true, kNoPins, DOMAIN_NOT_PINNED },
};
static const size_t kNumPreloadedSTS = ARRAYSIZE_UNSAFE(kPreloadedSTS);
diff --git a/net/base/transport_security_state_static.json b/net/base/transport_security_state_static.json
index 5656967..b9c12a2 100644
--- a/net/base/transport_security_state_static.json
+++ b/net/base/transport_security_state_static.json
@@ -559,6 +559,9 @@
{ "name": "my.onlime.ch", "include_subdomains": true, "mode": "force-https" },
{ "name": "webmail.onlime.ch", "include_subdomains": true, "mode": "force-https" },
{ "name": "crm.onlime.ch", "include_subdomains": true, "mode": "force-https" },
+ { "name": "www.gov.uk", "include_subdomains": true, "mode": "force-https" },
+ { "name": "silentcircle.com", "include_subdomains": true, "mode": "force-https" },
+ { "name": "silentcircle.org", "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 },