Skip to content

Commit c8534b0

Browse files
committed
custom: disable SignatureVerifierPlugin
I really don't want to be stuck on vacation with a broken app and no way to build a new one.
1 parent 0d6a6a4 commit c8534b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/constraints/src/main/kotlin/app/aaps/plugins/constraints/signatureVerifier/SignatureVerifierPlugin.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ class SignatureVerifierPlugin @Inject constructor(
119119
val fingerprint = digest.digest(signature.toByteArray())
120120
for (cert in revokedCerts!!) {
121121
if (cert.contentEquals(fingerprint)) {
122-
return true
122+
return false
123123
}
124124
}
125125
}

0 commit comments

Comments
 (0)