зеркало из https://github.com/mozilla/gecko-dev.git
bug 1356499 - put NCSCCS pins into production mode r=mgoodwin
As requested by James Burton<jb@0.me.uk> and vouched for (via email) by Lucas Garron <lgarron@google.com>. MozReview-Commit-ID: HD9laXzJpRg --HG-- extra : rebase_source : 7c632c6772509a3c4c03cf971ee0f62ad5225275
This commit is contained in:
Родитель
f8c3899ea0
Коммит
fe73f5843c
|
@ -675,7 +675,7 @@ struct TransportSecurityPreload {
|
|||
|
||||
/* Sort hostnames for binary search. */
|
||||
static const TransportSecurityPreload kPublicKeyPinningPreloadList[] = {
|
||||
{ "0.me.uk", true, true, false, -1, &kPinset_ncsccs },
|
||||
{ "0.me.uk", true, false, false, -1, &kPinset_ncsccs },
|
||||
{ "2mdn.net", true, false, false, -1, &kPinset_google_root_pems },
|
||||
{ "accounts.firefox.com", true, false, true, 4, &kPinset_mozilla_services },
|
||||
{ "accounts.google.com", true, false, false, -1, &kPinset_google_root_pems },
|
||||
|
@ -1049,7 +1049,7 @@ static const TransportSecurityPreload kPublicKeyPinningPreloadList[] = {
|
|||
{ "mx.search.yahoo.com", false, true, false, -1, &kPinset_yahoo },
|
||||
{ "myaccount.google.com", true, false, false, -1, &kPinset_google_root_pems },
|
||||
{ "myactivity.google.com", true, false, false, -1, &kPinset_google_root_pems },
|
||||
{ "ncsccs.com", true, true, false, -1, &kPinset_ncsccs },
|
||||
{ "ncsccs.com", true, false, false, -1, &kPinset_ncsccs },
|
||||
{ "ni.search.yahoo.com", false, true, false, -1, &kPinset_yahoo },
|
||||
{ "nl.search.yahoo.com", false, true, false, -1, &kPinset_yahoo },
|
||||
{ "no.search.yahoo.com", false, true, false, -1, &kPinset_yahoo },
|
||||
|
@ -1102,7 +1102,7 @@ static const TransportSecurityPreload kPublicKeyPinningPreloadList[] = {
|
|||
{ "test-mode.pinning.example.com", true, true, false, -1, &kPinset_mozilla_test },
|
||||
{ "testpilot.firefox.com", false, false, true, 9, &kPinset_mozilla_services },
|
||||
{ "th.search.yahoo.com", false, true, false, -1, &kPinset_yahoo },
|
||||
{ "themathematician.uk", true, true, false, -1, &kPinset_ncsccs },
|
||||
{ "themathematician.uk", true, false, false, -1, &kPinset_ncsccs },
|
||||
{ "torproject.org", false, false, false, -1, &kPinset_tor },
|
||||
{ "touch.facebook.com", true, false, false, -1, &kPinset_facebook },
|
||||
{ "tr.search.yahoo.com", false, true, false, -1, &kPinset_yahoo },
|
||||
|
@ -1158,4 +1158,4 @@ static const TransportSecurityPreload kPublicKeyPinningPreloadList[] = {
|
|||
|
||||
static const int32_t kUnknownId = -1;
|
||||
|
||||
static const PRTime kPreloadPKPinsExpirationTime = INT64_C(1501599285555000);
|
||||
static const PRTime kPreloadPKPinsExpirationTime = INT64_C(1501622887296000);
|
||||
|
|
|
@ -34,7 +34,8 @@
|
|||
},
|
||||
"production_pinsets": [
|
||||
"google_root_pems",
|
||||
"facebook"
|
||||
"facebook",
|
||||
"ncsccs"
|
||||
],
|
||||
"production_domains": [
|
||||
// Chrome's test domains.
|
||||
|
|
Загрузка…
Ссылка в новой задаче