From 8e5fe1da4fc662922ad57637ad40a0e58c3e36c7 Mon Sep 17 00:00:00 2001 From: Daniel Huigens Date: Mon, 1 Mar 2021 11:43:13 +0100 Subject: [PATCH] Remove config.keyserver --- openpgp.d.ts | 1 - src/config/config.js | 5 ----- 2 files changed, 6 deletions(-) diff --git a/openpgp.d.ts b/openpgp.d.ts index ac5405b4..189ab54b 100644 --- a/openpgp.d.ts +++ b/openpgp.d.ts @@ -316,7 +316,6 @@ interface Config { tolerant: boolean; versionString: string; commentString: string; - keyserver: string; nodeStore: string; allowInsecureDecryptionWithSigningKeys: boolean; v5Keys: boolean; diff --git a/src/config/config.js b/src/config/config.js index 0c1c9d10..8a1671e8 100644 --- a/src/config/config.js +++ b/src/config/config.js @@ -160,11 +160,6 @@ export default { */ commentString: "https://openpgpjs.org", - /** - * @memberof module:config - * @property {String} keyserver - */ - keyserver: "https://keyserver.ubuntu.com", /** * @memberof module:config * @property {String} nodeStore