added new option for #17

This commit is contained in:
Alexander Willner 2011-12-16 18:03:52 +01:00
parent a0010422ed
commit b1062552bf

View File

@ -38,12 +38,14 @@ function openpgp_config() {
encryption_cipher: 9, encryption_cipher: 9,
compression: 1, compression: 1,
show_version: true, show_version: true,
show_comment: true,
integrity_protect: true, integrity_protect: true,
composition_behavior: 0, composition_behavior: 0,
keyserver: "keyserver.linux.it" // "pgp.mit.edu:11371" keyserver: "keyserver.linux.it" // "pgp.mit.edu:11371"
}; };
this.versionstring ="GPG4Browsers 0.1"; this.versionstring ="GPG4Browsers 0.1";
this.commentstring ="http://openpgpjs.org";
/** /**
* reads the config out of the HTML5 local storage * reads the config out of the HTML5 local storage
* and initializes the object config. * and initializes the object config.