No bug, Automated HPKP preload list update from host bld-linux64-spot-152 - a=hpkp-update

This commit is contained in:
ffxbld 2015-05-16 03:30:30 -07:00
parent 4aece5ec95
commit fb722a1b1e

View File

@ -1029,6 +1029,7 @@ static const TransportSecurityPreload kPublicKeyPinningPreloadList[] = {
{ "mbasic.facebook.com", true, false, false, -1, &kPinset_facebook },
{ "mobile.twitter.com", true, false, false, -1, &kPinset_twitterCom },
{ "mtouch.facebook.com", true, false, false, -1, &kPinset_facebook },
{ "myaccount.google.com", true, false, false, -1, &kPinset_google_root_pems },
{ "oauth.twitter.com", true, false, false, -1, &kPinset_twitterCom },
{ "passwords.google.com", true, false, false, -1, &kPinset_google_root_pems },
{ "pinningtest.appspot.com", true, false, false, -1, &kPinset_test },
@ -1087,8 +1088,8 @@ static const TransportSecurityPreload kPublicKeyPinningPreloadList[] = {
{ "ytimg.com", true, false, false, -1, &kPinset_google_root_pems },
};
// Pinning Preload List Length = 348;
// Pinning Preload List Length = 349;
static const int32_t kUnknownId = -1;
static const PRTime kPreloadPKPinsExpirationTime = INT64_C(1439634142984000);
static const PRTime kPreloadPKPinsExpirationTime = INT64_C(1440238853731000);