mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-28 21:28:55 +00:00
Bug 698983: Fix extended validation indicator, r=mayhemer
This commit is contained in:
parent
aa92cd402b
commit
604037ca77
@ -1108,10 +1108,9 @@ nsSSLStatus::GetIsExtendedValidation(bool* aIsEV)
|
||||
}
|
||||
|
||||
// Never allow bad certs for EV, regardless of overrides.
|
||||
if (!mHaveCertErrorBits)
|
||||
if (mHaveCertErrorBits)
|
||||
return NS_OK;
|
||||
|
||||
|
||||
return idinfo->GetIsExtendedValidation(aIsEV);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user