mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-03 10:33:33 +00:00
No bug, Automated HPKP preload list update from host bld-linux64-spot-309 - a=hpkp-update
This commit is contained in:
parent
3da59d3c6d
commit
09dc03c5a7
@ -718,7 +718,7 @@ static const TransportSecurityPreload kPublicKeyPinningPreloadList[] = {
|
||||
{ "domains.google.com", true, false, false, -1, &kPinset_google_root_pems },
|
||||
{ "doubleclick.net", true, false, false, -1, &kPinset_google_root_pems },
|
||||
{ "drive.google.com", true, false, false, -1, &kPinset_google_root_pems },
|
||||
{ "dropbox.com", false, false, false, -1, &kPinset_dropbox },
|
||||
{ "dropbox.com", true, false, false, -1, &kPinset_dropbox },
|
||||
{ "dropboxstatic.com", false, true, false, -1, &kPinset_dropbox },
|
||||
{ "dropboxusercontent.com", false, true, false, -1, &kPinset_dropbox },
|
||||
{ "edit.yahoo.com", true, true, false, -1, &kPinset_yahoo },
|
||||
@ -1093,7 +1093,6 @@ static const TransportSecurityPreload kPublicKeyPinningPreloadList[] = {
|
||||
{ "wf-trial-hrd.appspot.com", true, false, false, -1, &kPinset_google_root_pems },
|
||||
{ "withgoogle.com", true, false, false, -1, &kPinset_google_root_pems },
|
||||
{ "withyoutube.com", true, false, false, -1, &kPinset_google_root_pems },
|
||||
{ "www.dropbox.com", true, false, false, -1, &kPinset_dropbox },
|
||||
{ "www.facebook.com", true, false, false, -1, &kPinset_facebook },
|
||||
{ "www.gmail.com", false, false, false, -1, &kPinset_google_root_pems },
|
||||
{ "www.googlemail.com", false, false, false, -1, &kPinset_google_root_pems },
|
||||
@ -1110,8 +1109,8 @@ static const TransportSecurityPreload kPublicKeyPinningPreloadList[] = {
|
||||
{ "zh.search.yahoo.com", false, true, false, -1, &kPinset_yahoo },
|
||||
};
|
||||
|
||||
// Pinning Preload List Length = 454;
|
||||
// Pinning Preload List Length = 453;
|
||||
|
||||
static const int32_t kUnknownId = -1;
|
||||
|
||||
static const PRTime kPreloadPKPinsExpirationTime = INT64_C(1461596756879000);
|
||||
static const PRTime kPreloadPKPinsExpirationTime = INT64_C(1462019163550000);
|
||||
|
Loading…
Reference in New Issue
Block a user