зеркало из https://github.com/mozilla/gecko-dev.git
Backed out changeset cabe3163d4bc (bug 1047560) for conflicting with the automated HPKP preload list update
This commit is contained in:
Родитель
b1d7055d91
Коммит
b17124bab9
|
@ -767,10 +767,9 @@ static const TransportSecurityPreload kPublicKeyPinningPreloadList[] = {
|
|||
{ "dist.torproject.org", true, false, false, -1, &kPinset_tor },
|
||||
{ "dl.google.com", true, false, false, -1, &kPinset_google_root_pems },
|
||||
{ "docs.google.com", true, false, false, -1, &kPinset_google_root_pems },
|
||||
{ "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", false, true, false, -1, &kPinset_dropbox },
|
||||
{ "encrypted.google.com", true, false, false, -1, &kPinset_google_root_pems },
|
||||
{ "exclude-subdomains.pinning.example.com", false, false, false, 0, &kPinset_mozilla_test },
|
||||
{ "g.co", true, false, false, -1, &kPinset_google_root_pems },
|
||||
|
@ -1053,7 +1052,7 @@ static const TransportSecurityPreload kPublicKeyPinningPreloadList[] = {
|
|||
{ "wf-training-hrd.appspot.com", true, false, false, -1, &kPinset_google_root_pems },
|
||||
{ "wf-training-master.appspot.com", true, false, false, -1, &kPinset_google_root_pems },
|
||||
{ "wf-trial-hrd.appspot.com", true, false, false, -1, &kPinset_google_root_pems },
|
||||
{ "www.dropbox.com", true, false, false, -1, &kPinset_dropbox },
|
||||
{ "www.dropbox.com", true, true, false, -1, &kPinset_dropbox },
|
||||
{ "www.gmail.com", false, false, false, -1, &kPinset_google_root_pems },
|
||||
{ "www.googlemail.com", false, false, false, -1, &kPinset_google_root_pems },
|
||||
{ "www.torproject.org", true, false, false, -1, &kPinset_tor },
|
||||
|
@ -1064,8 +1063,8 @@ static const TransportSecurityPreload kPublicKeyPinningPreloadList[] = {
|
|||
{ "ytimg.com", true, false, false, -1, &kPinset_google_root_pems },
|
||||
};
|
||||
|
||||
// Pinning Preload List Length = 326;
|
||||
// Pinning Preload List Length = 325;
|
||||
|
||||
static const int32_t kUnknownId = -1;
|
||||
|
||||
static const PRTime kPreloadPKPinsExpirationTime = INT64_C(1415385176259000);
|
||||
static const PRTime kPreloadPKPinsExpirationTime = INT64_C(1414836387591000);
|
||||
|
|
|
@ -37,9 +37,6 @@
|
|||
"production_domains": [
|
||||
// Chrome's test domain.
|
||||
"pinningtest.appspot.com",
|
||||
// Dropbox
|
||||
"dropbox.com",
|
||||
"www.dropbox.com",
|
||||
// Twitter
|
||||
"api.twitter.com",
|
||||
"business.twitter.com",
|
||||
|
|
Загрузка…
Ссылка в новой задаче