summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoragl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-09 14:34:56 +0000
committeragl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-09 14:34:56 +0000
commitf3eb6aea8ae82cb90b1cd10fcb0ef46ae36415c1 (patch)
tree74de94e70e9142d3dcccd4a2abf86974b2122ab0
parent3bfde66735dafe65e0e1c2b4462636771b622611 (diff)
downloadchromium_src-f3eb6aea8ae82cb90b1cd10fcb0ef46ae36415c1.zip
chromium_src-f3eb6aea8ae82cb90b1cd10fcb0ef46ae36415c1.tar.gz
chromium_src-f3eb6aea8ae82cb90b1cd10fcb0ef46ae36415c1.tar.bz2
net: add lookout.com (and friends) to HSTS preloaded.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@160841 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--net/base/transport_security_state_static.h6
-rw-r--r--net/base/transport_security_state_static.json6
2 files changed, 12 insertions, 0 deletions
diff --git a/net/base/transport_security_state_static.h b/net/base/transport_security_state_static.h
index f14fb0c..4927a040 100644
--- a/net/base/transport_security_state_static.h
+++ b/net/base/transport_security_state_static.h
@@ -669,6 +669,12 @@ static const struct HSTSPreload kPreloadedSTS[] = {
{14, false, "\010surfeasy\003com", true, kNoPins, DOMAIN_NOT_PINNED },
{18, false, "\003www\010surfeasy\003com", true, kNoPins, DOMAIN_NOT_PINNED },
{15, false, "\011packagist\003org", true, kNoPins, DOMAIN_NOT_PINNED },
+ {13, false, "\007lookout\003com", true, kNoPins, DOMAIN_NOT_PINNED },
+ {17, false, "\003www\007lookout\003com", true, kNoPins, DOMAIN_NOT_PINNED },
+ {15, false, "\011mylookout\003com", true, kNoPins, DOMAIN_NOT_PINNED },
+ {19, false, "\003www\011mylookout\003com", true, kNoPins, DOMAIN_NOT_PINNED },
+ {16, false, "\002dm\007lookout\003com", true, kNoPins, DOMAIN_NOT_PINNED },
+ {18, false, "\002dm\011mylookout\003com", 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 c910b3e..9bfd962 100644
--- a/net/base/transport_security_state_static.json
+++ b/net/base/transport_security_state_static.json
@@ -529,6 +529,12 @@
{ "name": "surfeasy.com", "mode": "force-https" },
{ "name": "www.surfeasy.com", "mode": "force-https" },
{ "name": "packagist.org", "mode": "force-https" },
+ { "name": "lookout.com", "mode": "force-https" },
+ { "name": "www.lookout.com", "mode": "force-https" },
+ { "name": "mylookout.com", "mode": "force-https" },
+ { "name": "www.mylookout.com", "mode": "force-https" },
+ { "name": "dm.lookout.com", "mode": "force-https" },
+ { "name": "dm.mylookout.com", "mode": "force-https" },
// Entries that are only valid if the client supports SNI.
{ "name": "gmail.com", "mode": "force-https", "pins": "google", "snionly": true },