mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 23:38:38 +09:00
moebius#126: [very minor fix] Fix typo in a comment in NSSCertDBTrustDomain.cpp
https://github.com/MoonchildProductions/moebius/pull/126
This commit is contained in:
parent
84b63aeae5
commit
acfa05e886
1 changed files with 2 additions and 2 deletions
|
|
@ -242,9 +242,9 @@ NSSCertDBTrustDomain::GetCertTrust(EndEntityOrCA endEntityOrCA,
|
|||
return Success;
|
||||
}
|
||||
|
||||
// For TRUST, we only use the CERTDB_TRUSTED_CA bit, because Gecko hasn't
|
||||
// For TRUST, we only use the CERTDB_TRUSTED_CA bit, because Goanna hasn't
|
||||
// needed to consider end-entity certs to be their own trust anchors since
|
||||
// Gecko implemented nsICertOverrideService.
|
||||
// Goanna implemented nsICertOverrideService.
|
||||
if (flags & CERTDB_TRUSTED_CA) {
|
||||
if (policy.IsAnyPolicy()) {
|
||||
trustLevel = TrustLevel::TrustAnchor;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue