Remove default known notations (#1600)

Since we don't interpret these notations, it is up to the caller
to handle them, and thus also to decide whether they are "known".
If they are marked as critical, and aren't handled by the caller,
we should consider the signature unverified.
This commit is contained in:
Daniel Huigens 2023-02-20 19:05:30 +01:00 committed by GitHub
parent 5b92b80f79
commit 0ffcc4970f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -210,7 +210,7 @@ export default {
* @memberof module:config
* @property {Array} knownNotations
*/
knownNotations: ['preferred-email-encoding@pgp.com', 'pka-address@gnupg.org'],
knownNotations: [],
/**
* Whether to use the indutny/elliptic library for curves (other than Curve25519) that are not supported by the available native crypto API.
* When false, certain standard curves will not be supported (depending on the platform).