Bug 1684190 - fix hostname in MOZILLA_PKIX_ERROR_ADDITIONAL_POLICY_CONSTRAINT_FAILED error message r=Gijs

Differential Revision: https://phabricator.services.mozilla.com/D152662
This commit is contained in:
Sergey Galich
2022-07-27 14:02:18 +00:00
parent 60f05d4c92
commit 2e53e390ea

View File

@@ -776,7 +776,7 @@ function setCertErrorDetails(event) {
desc,
"cert-error-symantec-distrust-description",
{
HOST_NAME,
hostname: HOST_NAME,
}
);