summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-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 e0dbe89..6499a84 100644
--- a/net/http/transport_security_state_static.h
+++ b/net/http/transport_security_state_static.h
@@ -900,6 +900,8 @@ static const struct HSTSPreload kPreloadedSTS[] = {
{18, false, "\003www\010evernote\003com", true, kNoPins, DOMAIN_NOT_PINNED },
{18, false, "\003app\010yinxiang\003com", true, kNoPins, DOMAIN_NOT_PINNED },
{15, false, "\011neilwynne\003com", true, kNoPins, DOMAIN_NOT_PINNED },
+ {20, false, "\016calyxinstitute\003org", true, kNoPins, DOMAIN_NOT_PINNED },
+ {24, false, "\003www\016calyxinstitute\003org", 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 3a4e4f7..28e7f35 100644
--- a/net/http/transport_security_state_static.json
+++ b/net/http/transport_security_state_static.json
@@ -693,6 +693,8 @@
{ "name": "www.evernote.com", "mode": "force-https" },
{ "name": "app.yinxiang.com", "mode": "force-https" },
{ "name": "neilwynne.com", "mode": "force-https" },
+ { "name": "calyxinstitute.org", "mode": "force-https" },
+ { "name": "www.calyxinstitute.org", "mode": "force-https" },
// Entries that are only valid if the client supports SNI.
{ "name": "gmail.com", "mode": "force-https", "pins": "google", "snionly": true },