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