diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/base/transport_security_state_static.h | 1 | ||||
-rw-r--r-- | net/base/transport_security_state_static.json | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/net/base/transport_security_state_static.h b/net/base/transport_security_state_static.h index 6d4f555..d69a5f9 100644 --- a/net/base/transport_security_state_static.h +++ b/net/base/transport_security_state_static.h @@ -620,6 +620,7 @@ static const struct HSTSPreload kPreloadedSTS[] = { {21, true, "\004blog\012torproject\003org", true, kTorPins, DOMAIN_TORPROJECT_ORG }, {22, true, "\005check\012torproject\003org", true, kTorPins, DOMAIN_TORPROJECT_ORG }, {20, true, "\003www\012torproject\003org", true, kTorPins, DOMAIN_TORPROJECT_ORG }, + {22, true, "\005dists\012torproject\003org", true, kTorPins, DOMAIN_TORPROJECT_ORG }, {22, true, "\003www\014moneybookers\003com", true, kNoPins, DOMAIN_NOT_PINNED }, {17, false, "\013ledgerscope\003net", true, kNoPins, DOMAIN_NOT_PINNED }, {21, false, "\003www\013ledgerscope\003net", true, kNoPins, DOMAIN_NOT_PINNED }, diff --git a/net/base/transport_security_state_static.json b/net/base/transport_security_state_static.json index 802c714..a5531e2 100644 --- a/net/base/transport_security_state_static.json +++ b/net/base/transport_security_state_static.json @@ -477,6 +477,7 @@ { "name": "blog.torproject.org", "include_subdomains": true, "mode": "force-https", "pins": "tor" }, { "name": "check.torproject.org", "include_subdomains": true, "mode": "force-https", "pins": "tor" }, { "name": "www.torproject.org", "include_subdomains": true, "mode": "force-https", "pins": "tor" }, + { "name": "dists.torproject.org", "include_subdomains": true, "mode": "force-https", "pins": "tor" }, { "name": "www.moneybookers.com", "include_subdomains": true, "mode": "force-https" }, { "name": "ledgerscope.net", "mode": "force-https" }, { "name": "www.ledgerscope.net", "mode": "force-https" }, |