mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
No Bug, mozilla-central repo-update HSTS HPKP remote-settings - a=repo-update r=RyanVM
Differential Revision: https://phabricator.services.mozilla.com/D7716 --HG-- extra : moz-landing-system : lando
This commit is contained in:
parent
00474fc9c9
commit
073a4836d6
@ -769,6 +769,7 @@ static const TransportSecurityPreload kPublicKeyPinningPreloadList[] = {
|
||||
{ "fi.google.com", true, false, false, -1, &kPinset_google_root_pems },
|
||||
{ "fi.search.yahoo.com", false, true, false, -1, &kPinset_yahoo },
|
||||
{ "firebaseio.com", true, false, false, -1, &kPinset_google_root_pems },
|
||||
{ "firefox.com", true, true, true, 15, &kPinset_mozilla_services },
|
||||
{ "fj.search.yahoo.com", false, true, false, -1, &kPinset_yahoo },
|
||||
{ "fr.search.yahoo.com", false, true, false, -1, &kPinset_yahoo },
|
||||
{ "g.co", true, false, false, -1, &kPinset_google_root_pems },
|
||||
@ -1166,8 +1167,8 @@ static const TransportSecurityPreload kPublicKeyPinningPreloadList[] = {
|
||||
{ "zh.search.yahoo.com", false, true, false, -1, &kPinset_yahoo },
|
||||
};
|
||||
|
||||
// Pinning Preload List Length = 487;
|
||||
// Pinning Preload List Length = 488;
|
||||
|
||||
static const int32_t kUnknownId = -1;
|
||||
|
||||
static const PRTime kPreloadPKPinsExpirationTime = INT64_C(1546862504246000);
|
||||
static const PRTime kPreloadPKPinsExpirationTime = INT64_C(1547121793919000);
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user