added new option for #17
This commit is contained in:
parent
a0010422ed
commit
b1062552bf
|
@ -38,12 +38,14 @@ function openpgp_config() {
|
|||
encryption_cipher: 9,
|
||||
compression: 1,
|
||||
show_version: true,
|
||||
show_comment: true,
|
||||
integrity_protect: true,
|
||||
composition_behavior: 0,
|
||||
keyserver: "keyserver.linux.it" // "pgp.mit.edu:11371"
|
||||
};
|
||||
|
||||
this.versionstring ="GPG4Browsers 0.1";
|
||||
this.commentstring ="http://openpgpjs.org";
|
||||
/**
|
||||
* reads the config out of the HTML5 local storage
|
||||
* and initializes the object config.
|
||||
|
|
Loading…
Reference in New Issue
Block a user