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:
parent
5b92b80f79
commit
0ffcc4970f
|
@ -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).
|
||||
|
|
Loading…
Reference in New Issue
Block a user