Skip to content

Commit 0ffcc49

Browse files
authored
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.
1 parent 5b92b80 commit 0ffcc49

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/config/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ export default {
210210
* @memberof module:config
211211
* @property {Array} knownNotations
212212
*/
213-
knownNotations: ['[email protected]', '[email protected]'],
213+
knownNotations: [],
214214
/**
215215
* Whether to use the indutny/elliptic library for curves (other than Curve25519) that are not supported by the available native crypto API.
216216
* When false, certain standard curves will not be supported (depending on the platform).

0 commit comments

Comments
 (0)