mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
No bug, Automated HPKP preload list update from host bld-linux64-spot-115 - a=hpkp-update
This commit is contained in:
parent
e7a10649f0
commit
a0de621feb
@ -1032,6 +1032,7 @@ static const TransportSecurityPreload kPublicKeyPinningPreloadList[] = {
|
||||
{ "gstatic.com", true, false, false, -1, &kPinset_google_root_pems },
|
||||
{ "history.google.com", true, false, false, -1, &kPinset_google_root_pems },
|
||||
{ "hostedtalkgadget.google.com", true, false, false, -1, &kPinset_google_root_pems },
|
||||
{ "inbox.google.com", true, false, false, -1, &kPinset_google_root_pems },
|
||||
{ "include-subdomains.pinning.example.com", true, false, false, -1, &kPinset_mozilla_test },
|
||||
{ "liberty.lavabit.com", true, true, false, -1, &kPinset_lavabit },
|
||||
{ "login.corp.google.com", true, false, false, -1, &kPinset_google_root_pems },
|
||||
@ -1089,8 +1090,8 @@ static const TransportSecurityPreload kPublicKeyPinningPreloadList[] = {
|
||||
{ "ytimg.com", true, false, false, -1, &kPinset_google_root_pems },
|
||||
};
|
||||
|
||||
// Pinning Preload List Length = 332;
|
||||
// Pinning Preload List Length = 333;
|
||||
|
||||
static const int32_t kUnknownId = -1;
|
||||
|
||||
static const PRTime kPreloadPKPinsExpirationTime = INT64_C(1422478437605000);
|
||||
static const PRTime kPreloadPKPinsExpirationTime = INT64_C(1422699044593000);
|
||||
|
Loading…
Reference in New Issue
Block a user