From ddf6eb57830112501149e0de97fed0cf8964e94d Mon Sep 17 00:00:00 2001 From: Bart Butler Date: Tue, 25 Apr 2017 14:09:31 +0200 Subject: [PATCH] change URL to https --- 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 fd37baba..78bb1f96 100644 --- a/src/config/config.js +++ b/src/config/config.js @@ -48,7 +48,7 @@ export default { show_version: true, show_comment: true, versionstring: "OpenPGP.js VERSION", - commentstring: "http://openpgpjs.org", + commentstring: "https://openpgpjs.org", keyserver: "https://keyserver.ubuntu.com", node_store: './openpgp.store' };