Backed out changeset 5616dd0ad683 (bug 1592877) for causing browser-chrome failures on browser_aboutCertError_manySANsError.js

CLOSED TREE
This commit is contained in:
Arthur Iakab
2020-04-08 15:26:13 +03:00
parent 24c3f51e05
commit a92e57002d
5 changed files with 1 additions and 69 deletions

View File

@@ -1030,7 +1030,7 @@ async function setTechnicalDetailsOnCertError() {
setL10NLabel("cert-error-domain-mismatch-single-nolink", args);
}
} else {
let names = subjectAltNames.slice(0, 50).join(", ");
let names = subjectAltNames.join(", ");
args["subject-alt-names"] = names;
setL10NLabel("cert-error-domain-mismatch-multiple", args);
}