Commit cfa9dcb2 authored by cevans@chromium.org's avatar cevans@chromium.org

Add health.google.com to hardcoded STS list, with permission from the Health

team.

BUG=none
TEST=none

Review URL: http://codereview.chromium.org/6393009

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72754 0039d316-1c4b-4281-b951-d872f2087c98
parent 9ef7d4bc
......@@ -436,6 +436,7 @@ bool TransportSecurityState::IsPreloadedSTS(
{17, false, "\002id\010mayfirst\003org"},
{20, false, "\005lists\010mayfirst\003org"},
{19, true, "\015splendidbacon\003com"},
{19, false, "\006health\006google\003com"},
};
static const size_t kNumPreloadedSTS = ARRAYSIZE_UNSAFE(kPreloadedSTS);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment