diff options
author | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-09 14:39:39 +0000 |
---|---|---|
committer | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-09 14:39:39 +0000 |
commit | d08439bcb2155bb9e413e9a82134b8ee800a0c1a (patch) | |
tree | 08461564c13cb96f3cd8329d9c05a52e5c8c0392 /net/base | |
parent | ca4ed6d402f273ff0af7ca8a452bcdb6a1a4c423 (diff) | |
download | chromium_src-d08439bcb2155bb9e413e9a82134b8ee800a0c1a.zip chromium_src-d08439bcb2155bb9e413e9a82134b8ee800a0c1a.tar.gz chromium_src-d08439bcb2155bb9e413e9a82134b8ee800a0c1a.tar.bz2 |
Add jitsi.org to HSTS preloaded.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@145668 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/base')
-rw-r--r-- | net/base/transport_security_state_static.h | 3 | ||||
-rw-r--r-- | net/base/transport_security_state_static.json | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/net/base/transport_security_state_static.h b/net/base/transport_security_state_static.h index 9c1eceb..5643304 100644 --- a/net/base/transport_security_state_static.h +++ b/net/base/transport_security_state_static.h @@ -1560,6 +1560,9 @@ static const struct HSTSPreload kPreloadedSTS[] = { {14, true, "\005arivo\003com\002br", true, kNoPins, DOMAIN_NOT_PINNED }, {21, true, "\003www\013apollo-auto\003com", true, kNoPins, DOMAIN_NOT_PINNED }, {15, true, "\003www\005cueup\003com", true, kNoPins, DOMAIN_NOT_PINNED }, + {11, false, "\005jitsi\003org", true, kNoPins, DOMAIN_NOT_PINNED }, + {15, false, "\003www\005jitsi\003org", true, kNoPins, DOMAIN_NOT_PINNED }, + {20, false, "\010download\005jitsi\003org", true, kNoPins, DOMAIN_NOT_PINNED }, }; static const size_t kNumPreloadedSTS = ARRAYSIZE_UNSAFE(kPreloadedSTS); diff --git a/net/base/transport_security_state_static.json b/net/base/transport_security_state_static.json index 0457137..0f97f6a 100644 --- a/net/base/transport_security_state_static.json +++ b/net/base/transport_security_state_static.json @@ -271,6 +271,9 @@ { "name": "arivo.com.br", "include_subdomains": true, "mode": "force-https" }, { "name": "www.apollo-auto.com", "include_subdomains": true, "mode": "force-https" }, { "name": "www.cueup.com", "include_subdomains": true, "mode": "force-https" }, + { "name": "jitsi.org", "mode": "force-https" }, + { "name": "www.jitsi.org", "mode": "force-https" }, + { "name": "download.jitsi.org", "mode": "force-https" }, // Entries that are only valid if the client supports SNI. { "name": "gmail.com", "mode": "force-https", "pins": "google", "snionly": true }, |