From eb7f854afe3c13fb827d9d8ff8ffe5ef5fc136ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Obernd=C3=B6rfer?= Date: Mon, 15 Dec 2014 14:30:22 +0100 Subject: [PATCH] Add useWebCrypto to config and set to true --- src/config/config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/config/config.js b/src/config/config.js index 2aa6f182..17e2298b 100644 --- a/src/config/config.js +++ b/src/config/config.js @@ -37,6 +37,7 @@ module.exports = { compression: enums.compression.zip, integrity_protect: true, rsa_blinding: true, + useWebCrypto: true, show_version: true, show_comment: true,