зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1484534 - fix Android error page technical details r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D3858 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
dde42d4dfa
Коммит
3d5b81aef3
|
@ -179,7 +179,7 @@ var AboutCertErrorListener = {
|
|||
return content.document.documentURI.startsWith("about:certerror");
|
||||
},
|
||||
|
||||
_setTechDetailsMsgPart1(hostString, sslStatus, technicalInfo, doc) {
|
||||
_setTechDetailsMsgPart1(hostString, sslStatus, securityInfo, technicalInfo, doc) {
|
||||
let msg = gPipNSSBundle.formatStringFromName("certErrorIntro",
|
||||
[hostString], 1);
|
||||
msg += "\n\n";
|
||||
|
@ -234,7 +234,7 @@ var AboutCertErrorListener = {
|
|||
hostString += ":" + uri.port;
|
||||
}
|
||||
|
||||
this._setTechDetailsMsgPart1(hostString, sslStatus, technicalInfo, doc);
|
||||
this._setTechDetailsMsgPart1(hostString, sslStatus, securityInfo, technicalInfo, doc);
|
||||
|
||||
if (sslStatus.isDomainMismatch) {
|
||||
let subjectAltNamesList = sslStatus.serverCert.subjectAltNames;
|
||||
|
|
Загрузка…
Ссылка в новой задаче