From c3958b02703f85f9e653f4d0249afe18bb68152d Mon Sep 17 00:00:00 2001 From: Sanjana Rajan Date: Wed, 5 Apr 2017 16:36:29 -0700 Subject: [PATCH] tolerant default to true --- 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 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",