fix: trust binaries signed for Waterfox
(cherry picked from commit 3783f76f3bcb89772d11bbd0d4b145652fe5cff3)
This commit is contained in:
committed by
Alex Kontos
parent
92c159f358
commit
74f71b8e0b
@@ -175,6 +175,8 @@ Maybe<ModuleTrustFlags> ModuleEvaluator::GetTrust(
|
|||||||
return Some(ModuleTrustFlags::MicrosoftWindowsSignature);
|
return Some(ModuleTrustFlags::MicrosoftWindowsSignature);
|
||||||
} else if (signedBy.EqualsLiteral("Mozilla Corporation")) {
|
} else if (signedBy.EqualsLiteral("Mozilla Corporation")) {
|
||||||
return Some(ModuleTrustFlags::MozillaSignature);
|
return Some(ModuleTrustFlags::MozillaSignature);
|
||||||
|
} else if (signedBy.EqualsLiteral("BrowserWorks Ltd")) {
|
||||||
|
return Some(ModuleTrustFlags::MozillaSignature);
|
||||||
} else {
|
} else {
|
||||||
// Being signed by somebody who is neither Microsoft nor us is an
|
// Being signed by somebody who is neither Microsoft nor us is an
|
||||||
// automatic and immediate disqualification.
|
// automatic and immediate disqualification.
|
||||||
|
|||||||
Reference in New Issue
Block a user