diff options
author | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-30 14:14:31 +0000 |
---|---|---|
committer | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-30 14:14:31 +0000 |
commit | 97f36b9ff57633d1b00297157a0aba4056eb6415 (patch) | |
tree | 9bf207965459c62e0dc8e08643ef76d0e2e819d8 /net/base | |
parent | fff2250eb00108fbfad67b58e644624d3ce489cf (diff) | |
download | chromium_src-97f36b9ff57633d1b00297157a0aba4056eb6415.zip chromium_src-97f36b9ff57633d1b00297157a0aba4056eb6415.tar.gz chromium_src-97f36b9ff57633d1b00297157a0aba4056eb6415.tar.bz2 |
net: add (*.)passwd.io to HSTS preloaded
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148947 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/base')
-rw-r--r-- | net/base/transport_security_state_static.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/base/transport_security_state_static.json b/net/base/transport_security_state_static.json index 6f47d24..ebc7e27 100644 --- a/net/base/transport_security_state_static.json +++ b/net/base/transport_security_state_static.json @@ -278,6 +278,7 @@ { "name": "irccloud.com", "mode": "force-https" }, { "name": "www.irccloud.com", "mode": "force-https" }, { "name": "alpha.irccloud.com", "mode": "force-https" }, + { "name": "passwd.io", "include_subdomains": true, "mode": "force-https" }, // Entries that are only valid if the client supports SNI. { "name": "gmail.com", "mode": "force-https", "pins": "google", "snionly": true }, |