Bug 1570502 - Fixed typo erroCodeString to errorCodeString r=keeler

Fix for Bug: 1570502
fixed typo `erroCodeString` to `errorCodeStrng`

Differential Revision: https://phabricator.services.mozilla.com/D52492
This commit is contained in:
kyle
2019-11-27 13:46:10 +00:00
parent e54bdb8f46
commit 0afb463c69

View File

@@ -817,7 +817,7 @@ async function setCertErrorDetails(event) {
// Also don't bother if it's just the user's clock being off...
!clockSkew &&
// Symantec distrust is likely harmless as well.
failedCertInfo.erroCodeString !=
failedCertInfo.errorCodeString !=
"MOZILLA_PKIX_ERROR_ADDITIONAL_POLICY_CONSTRAINT_FAILED"
) {
document.body.classList.add("caution");