Skip to content

Commit

Permalink
No bug, Automated HPKP preload list update from host bld-linux64-spot…
Browse files Browse the repository at this point in the history
…-303 - a=hpkp-update
  • Loading branch information
ffxbld committed May 4, 2017
1 parent 15b3342 commit 3bc50e8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions security/manager/ssl/StaticHPKPins.h
Original file line number Diff line number Diff line change
Expand Up @@ -1041,6 +1041,7 @@ static const TransportSecurityPreload kPublicKeyPinningPreloadList[] = {
{ "market.android.com", true, false, false, -1, &kPinset_google_root_pems },
{ "mbasic.facebook.com", true, false, false, -1, &kPinset_facebook },
{ "meet.google.com", true, false, false, -1, &kPinset_google_root_pems },
{ "messenger.com", false, false, false, -1, &kPinset_facebook },
{ "mobile.twitter.com", true, false, false, -1, &kPinset_twitterCom },
{ "mt.search.yahoo.com", false, true, false, -1, &kPinset_yahoo },
{ "mtouch.facebook.com", true, false, false, -1, &kPinset_facebook },
Expand Down Expand Up @@ -1141,6 +1142,7 @@ static const TransportSecurityPreload kPublicKeyPinningPreloadList[] = {
{ "www.gmail.com", false, false, false, -1, &kPinset_google_root_pems },
{ "www.googlegroups.com", true, false, false, -1, &kPinset_google_root_pems },
{ "www.googlemail.com", false, false, false, -1, &kPinset_google_root_pems },
{ "www.messenger.com", true, false, false, -1, &kPinset_facebook },
{ "www.torproject.org", true, false, false, -1, &kPinset_tor },
{ "www.twitter.com", true, false, false, -1, &kPinset_twitterCom },
{ "xa.search.yahoo.com", false, true, false, -1, &kPinset_yahoo },
Expand All @@ -1154,8 +1156,8 @@ static const TransportSecurityPreload kPublicKeyPinningPreloadList[] = {
{ "zh.search.yahoo.com", false, true, false, -1, &kPinset_yahoo },
};

// Pinning Preload List Length = 477;
// Pinning Preload List Length = 479;

static const int32_t kUnknownId = -1;

static const PRTime kPreloadPKPinsExpirationTime = INT64_C(1502291021177000);
static const PRTime kPreloadPKPinsExpirationTime = INT64_C(1502377322721000);

0 comments on commit 3bc50e8

Please sign in to comment.