diff options
author | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-30 14:32:00 +0000 |
---|---|---|
committer | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-30 14:32:00 +0000 |
commit | 81f68ca09ab3cae97ddcedf8e03372dd5bdda7f8 (patch) | |
tree | d5e606e19127ab976c622a8bcfe63d9c523ab16a /net/base/transport_security_state_static.h | |
parent | 2dfd9b579bcbc96db319505947d8ad8daefe1b1b (diff) | |
download | chromium_src-81f68ca09ab3cae97ddcedf8e03372dd5bdda7f8.zip chromium_src-81f68ca09ab3cae97ddcedf8e03372dd5bdda7f8.tar.gz chromium_src-81f68ca09ab3cae97ddcedf8e03372dd5bdda7f8.tar.bz2 |
net: add gocardless.com and espra.com to HSTS preloaded
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@179634 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/base/transport_security_state_static.h')
-rw-r--r-- | net/base/transport_security_state_static.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/base/transport_security_state_static.h b/net/base/transport_security_state_static.h index 51d0485..d5b5571 100644 --- a/net/base/transport_security_state_static.h +++ b/net/base/transport_security_state_static.h @@ -774,7 +774,8 @@ static const struct HSTSPreload kPreloadedSTS[] = { {17, true, "\002my\010alfresco\003com", true, kNoPins, DOMAIN_NOT_PINNED }, {21, true, "\007webmail\010gigahost\002dk", true, kNoPins, DOMAIN_NOT_PINNED }, {13, true, "\007paymill\003com", true, kNoPins, DOMAIN_NOT_PINNED }, - {12, true, "\007paymill\002de", true, kNoPins, DOMAIN_NOT_PINNED }, + {16, true, "\012gocardless\003com", true, kNoPins, DOMAIN_NOT_PINNED }, + {11, true, "\005espra\003com", true, kNoPins, DOMAIN_NOT_PINNED }, }; static const size_t kNumPreloadedSTS = ARRAYSIZE_UNSAFE(kPreloadedSTS); |