We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15c38a1 commit 179d73aCopy full SHA for 179d73a
src/pgp.ts
@@ -69,6 +69,7 @@ export async function verifySignature(
69
signature,
70
verificationKeys: publicKeys,
71
config: {
72
+ // Rational https://github.com/coder/vscode-coder/pull/748#issuecomment-3789538490
73
allowInsecureVerificationWithReformattedKeys: true,
74
},
75
});
0 commit comments