From 0ffcc4970f4fe013315197329d7838a6d8a28225 Mon Sep 17 00:00:00 2001 From: Daniel Huigens Date: Mon, 20 Feb 2023 19:05:30 +0100 Subject: [PATCH] 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. --- src/config/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/config.js b/src/config/config.js index 7417752f..c850f0f9 100644 --- a/src/config/config.js +++ b/src/config/config.js @@ -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).