зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1743570 - Always validate schemas in RemoteSettingsExperimentLoader r=emcminn
Differential Revision: https://phabricator.services.mozilla.com/D150692
This commit is contained in:
Родитель
f922ff35ad
Коммит
bfa5aabcfe
|
@ -411,7 +411,6 @@ class _RemoteSettingsExperimentLoader {
|
|||
);
|
||||
}
|
||||
|
||||
if (feature.enabled ?? true) {
|
||||
const result = validator.validate(value);
|
||||
if (!result.valid) {
|
||||
Cu.reportError(
|
||||
|
@ -423,11 +422,6 @@ class _RemoteSettingsExperimentLoader {
|
|||
);
|
||||
return false;
|
||||
}
|
||||
} else {
|
||||
lazy.log.debug(
|
||||
`Experiment ${id} branch ${branchIdx} feature ${featureId} disabled; skipping validation`
|
||||
);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче