From 7e8f9e1287dd84de20780355615e59ede4ada4e2 Mon Sep 17 00:00:00 2001 From: ffxbld Date: Wed, 22 Oct 2014 14:02:48 -0700 Subject: [PATCH] No bug, Automated HPKP preload list update from host bld-linux64-spot-1094 - a=hpkp-update --- security/manager/boot/src/StaticHPKPins.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/security/manager/boot/src/StaticHPKPins.h b/security/manager/boot/src/StaticHPKPins.h index b055c0bad65..f189e71dcfe 100644 --- a/security/manager/boot/src/StaticHPKPins.h +++ b/security/manager/boot/src/StaticHPKPins.h @@ -1040,9 +1040,10 @@ static const TransportSecurityPreload kPublicKeyPinningPreloadList[] = { { "media.mozilla.com", true, false, true, -1, &kPinset_mozilla }, { "mobile.twitter.com", true, false, false, -1, &kPinset_twitterCom }, { "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 }, { "platform.twitter.com", true, false, false, -1, &kPinset_twitterCDN }, - { "play.google.com", false, false, false, -1, &kPinset_google_root_pems }, + { "play.google.com", true, false, false, -1, &kPinset_google_root_pems }, { "plus.google.com", true, false, false, -1, &kPinset_google_root_pems }, { "plus.sandbox.google.com", true, false, false, -1, &kPinset_google_root_pems }, { "profiles.google.com", true, false, false, -1, &kPinset_google_root_pems }, @@ -1088,8 +1089,8 @@ static const TransportSecurityPreload kPublicKeyPinningPreloadList[] = { { "ytimg.com", true, false, false, -1, &kPinset_google_root_pems }, }; -// Pinning Preload List Length = 331; +// Pinning Preload List Length = 332; static const int32_t kUnknownId = -1; -static const PRTime kPreloadPKPinsExpirationTime = INT64_C(1422094197058000); +static const PRTime kPreloadPKPinsExpirationTime = INT64_C(1422478437605000);