Backed out changeset 5616dd0ad683 (bug 1592877) for causing browser-chrome failures on browser_aboutCertError_manySANsError.js
CLOSED TREE
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user