diff --git a/src/config/config.js b/src/config/config.js index 976128d0..fd37baba 100644 --- a/src/config/config.js +++ b/src/config/config.js @@ -44,7 +44,7 @@ export default { use_native: true, // use native node.js crypto and Web Crypto apis (if available) zero_copy: false, // use transferable objects between the Web Worker and main thread debug: false, - tolerant: false, // ignore unsupported/unrecognizable packets instead of throwing an error + tolerant: true, // ignore unsupported/unrecognizable packets instead of throwing an error show_version: true, show_comment: true, versionstring: "OpenPGP.js VERSION",