Remove config.keyserver
This commit is contained in:
parent
7203e6afb6
commit
8e5fe1da4f
1
openpgp.d.ts
vendored
1
openpgp.d.ts
vendored
|
@ -316,7 +316,6 @@ interface Config {
|
|||
tolerant: boolean;
|
||||
versionString: string;
|
||||
commentString: string;
|
||||
keyserver: string;
|
||||
nodeStore: string;
|
||||
allowInsecureDecryptionWithSigningKeys: boolean;
|
||||
v5Keys: boolean;
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user