summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authoragl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-12-06 17:25:49 +0000
committeragl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-12-06 17:25:49 +0000
commit86319dcea4a96aa132af65a622e0c59e442416ee (patch)
tree6ece01d3607a25919e1551ff4aa7aa6d79c111bf /net
parentac294a1800342deca5407ef4ebe12016f3ce6be3 (diff)
downloadchromium_src-86319dcea4a96aa132af65a622e0c59e442416ee.zip
chromium_src-86319dcea4a96aa132af65a622e0c59e442416ee.tar.gz
chromium_src-86319dcea4a96aa132af65a622e0c59e442416ee.tar.bz2
net: add dists.torproject.org to HSTS preload with pinning.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@171513 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net')
-rw-r--r--net/base/transport_security_state_static.h1
-rw-r--r--net/base/transport_security_state_static.json1
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" },