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:
ffxbld 2018-10-04 12:48:56 +00:00
parent 00474fc9c9
commit 073a4836d6
2 changed files with 636 additions and 150 deletions

View File

@ -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