summaryrefslogtreecommitdiffstats
path: root/net/http/transport_security_state_static.h
diff options
context:
space:
mode:
authoragl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-26 18:31:26 +0000
committeragl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-26 18:31:26 +0000
commit7fcbd84572308ebb16848275756b486c19556686 (patch)
tree47cedffad9f7ce5357553f1e205f8bfcdb7a10af /net/http/transport_security_state_static.h
parentfb7ab5e8a55e5d0d628b5cad0ed742c6ec92973e (diff)
downloadchromium_src-7fcbd84572308ebb16848275756b486c19556686.zip
chromium_src-7fcbd84572308ebb16848275756b486c19556686.tar.gz
chromium_src-7fcbd84572308ebb16848275756b486c19556686.tar.bz2
Correct HSTS list entry: surkatty.com -> .org.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@213957 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/http/transport_security_state_static.h')
-rw-r--r--net/http/transport_security_state_static.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/http/transport_security_state_static.h b/net/http/transport_security_state_static.h
index 9967dac..8309743 100644
--- a/net/http/transport_security_state_static.h
+++ b/net/http/transport_security_state_static.h
@@ -829,7 +829,7 @@ static const struct HSTSPreload kPreloadedSTS[] = {
{26, true, "\005forum\016quantifiedself\003com", true, kNoPins, DOMAIN_NOT_PINNED },
{11, true, "\006shodan\002io", true, kNoPins, DOMAIN_NOT_PINNED },
{18, true, "\015rapidresearch\002me", true, kNoPins, DOMAIN_NOT_PINNED },
- {14, true, "\010surkatty\003com", true, kNoPins, DOMAIN_NOT_PINNED },
+ {14, true, "\010surkatty\003org", true, kNoPins, DOMAIN_NOT_PINNED },
{21, true, "\017securityheaders\003com", true, kNoPins, DOMAIN_NOT_PINNED },
};
static const size_t kNumPreloadedSTS = ARRAYSIZE_UNSAFE(kPreloadedSTS);