mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
No bug, Automated HPKP preload list update from host bld-linux64-spot-329 - a=hpkp-update
This commit is contained in:
parent
93cb810873
commit
e3b3b65eb1
@ -736,6 +736,7 @@ struct TransportSecurityPreload {
|
||||
|
||||
/* Sort hostnames for binary search. */
|
||||
static const TransportSecurityPreload kPublicKeyPinningPreloadList[] = {
|
||||
{ "2mdn.net", true, false, false, -1, &kPinset_google_root_pems },
|
||||
{ "accounts.firefox.com", true, false, false, 4, &kPinset_mozilla_fxa },
|
||||
{ "accounts.google.com", true, false, false, -1, &kPinset_google_root_pems },
|
||||
{ "addons.mozilla.net", true, false, true, 2, &kPinset_mozilla },
|
||||
@ -1060,12 +1061,13 @@ static const TransportSecurityPreload kPublicKeyPinningPreloadList[] = {
|
||||
{ "www.twitter.com", true, false, false, -1, &kPinset_twitterCom },
|
||||
{ "xbrlsuccess.appspot.com", true, false, false, -1, &kPinset_google_root_pems },
|
||||
{ "youtu.be", true, false, false, -1, &kPinset_google_root_pems },
|
||||
{ "youtube-nocookie.com", true, false, false, -1, &kPinset_google_root_pems },
|
||||
{ "youtube.com", true, false, false, -1, &kPinset_google_root_pems },
|
||||
{ "ytimg.com", true, false, false, -1, &kPinset_google_root_pems },
|
||||
};
|
||||
|
||||
// Pinning Preload List Length = 326;
|
||||
// Pinning Preload List Length = 328;
|
||||
|
||||
static const int32_t kUnknownId = -1;
|
||||
|
||||
static const PRTime kPreloadPKPinsExpirationTime = INT64_C(1416046032356000);
|
||||
static const PRTime kPreloadPKPinsExpirationTime = INT64_C(1416650879721000);
|
||||
|
Loading…
Reference in New Issue
Block a user