tolerant default to true

This commit is contained in:
Sanjana Rajan 2017-04-05 16:36:29 -07:00
parent b51b8ad341
commit c3958b0270

View File

@ -44,7 +44,7 @@ export default {
use_native: true, // use native node.js crypto and Web Crypto apis (if available) 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 zero_copy: false, // use transferable objects between the Web Worker and main thread
debug: false, 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_version: true,
show_comment: true, show_comment: true,
versionstring: "OpenPGP.js VERSION", versionstring: "OpenPGP.js VERSION",