diff options
author | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-07 17:56:48 +0000 |
---|---|---|
committer | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-07 17:56:48 +0000 |
commit | 764c15efb14188b84c8dee43cba51e7e66abebaa (patch) | |
tree | 075cdc69fe842c8b1fff0d438557c61fb41506d8 /net/base | |
parent | d32303904f54c28fee57e17920222be302f8e639 (diff) | |
download | chromium_src-764c15efb14188b84c8dee43cba51e7e66abebaa.zip chromium_src-764c15efb14188b84c8dee43cba51e7e66abebaa.tar.gz chromium_src-764c15efb14188b84c8dee43cba51e7e66abebaa.tar.bz2 |
Correct dists -> dist in HSTS preloaded list for Tor.
(Their typo, not mine!)
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@171804 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/base')
-rw-r--r-- | net/base/transport_security_state_static.h | 2 | ||||
-rw-r--r-- | net/base/transport_security_state_static.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net/base/transport_security_state_static.h b/net/base/transport_security_state_static.h index d69a5f9..c2f8a5e 100644 --- a/net/base/transport_security_state_static.h +++ b/net/base/transport_security_state_static.h @@ -620,7 +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 }, + {21, true, "\004dist\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 a5531e2..e57095b 100644 --- a/net/base/transport_security_state_static.json +++ b/net/base/transport_security_state_static.json @@ -477,7 +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": "dist.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" }, |