зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1549818 - Removes expired FIPS_ENABLED telemetry probe r=keeler
Differential Revision: https://phabricator.services.mozilla.com/D39027 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
a19efece81
Коммит
1b9a759258
|
@ -169,10 +169,6 @@ PKCS11ModuleDB::ToggleFIPSMode() {
|
|||
return NS_ERROR_FAILURE;
|
||||
}
|
||||
|
||||
if (PK11_IsFIPS()) {
|
||||
Telemetry::Accumulate(Telemetry::FIPS_ENABLED, true);
|
||||
}
|
||||
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
|
|
|
@ -1776,10 +1776,6 @@ nsresult nsNSSComponent::InitializeNSS() {
|
|||
|
||||
mozilla::pkix::RegisterErrorTable();
|
||||
|
||||
if (PK11_IsFIPS()) {
|
||||
Telemetry::Accumulate(Telemetry::FIPS_ENABLED, true);
|
||||
}
|
||||
|
||||
MOZ_LOG(gPIPNSSLog, LogLevel::Debug, ("NSS Initialization done\n"));
|
||||
|
||||
{
|
||||
|
|
|
@ -9128,16 +9128,6 @@
|
|||
"description": "Killed, likely due to an OOM condition",
|
||||
"operating_systems": ["android"]
|
||||
},
|
||||
"FIPS_ENABLED": {
|
||||
"record_in_processes": ["main", "content"],
|
||||
"products": ["firefox", "fennec", "geckoview"],
|
||||
"alert_emails": ["seceng@mozilla.org"],
|
||||
"expires_in_version": "54",
|
||||
"kind": "flag",
|
||||
"bug_numbers": [1241317],
|
||||
"releaseChannelCollection": "opt-out",
|
||||
"description": "Has FIPS mode been enabled?"
|
||||
},
|
||||
"SECURITY_UI": {
|
||||
"record_in_processes": ["main", "content"],
|
||||
"products": ["firefox", "fennec", "geckoview"],
|
||||
|
|
|
@ -1410,7 +1410,6 @@
|
|||
"FENNEC_SYNC_NUMBER_OF_SYNCS_FAILED_BACKOFF",
|
||||
"FENNEC_SYNC_NUMBER_OF_SYNCS_STARTED",
|
||||
"FENNEC_WAS_KILLED",
|
||||
"FIPS_ENABLED",
|
||||
"FXA_CONFIGURED",
|
||||
"FX_BROWSER_FULLSCREEN_USED",
|
||||
"FX_CONTENT_CRASH_DUMP_UNAVAILABLE",
|
||||
|
|
Загрузка…
Ссылка в новой задаче