Fix default keyservers (use keys.openpgp.org), add note about CORS (#7373, #7367)

pull/5964/merge
Aleksander Machniak 4 years ago
parent 3af6303ad7
commit 663f7a8c58

@ -24,6 +24,7 @@ CHANGELOG Roundcube Webmail
- Fix so the database setup description is compatible with MySQL 8 (#7340) - Fix so the database setup description is compatible with MySQL 8 (#7340)
- Markasjunk: Fix regression in jsevent driver (#7361) - Markasjunk: Fix regression in jsevent driver (#7361)
- Fix missing flag indication on collapsed thread in Larry and Elastic (#7366) - Fix missing flag indication on collapsed thread in Larry and Elastic (#7366)
- Fix default keyservers (use keys.openpgp.org), add note about CORS (#7373, #7367)
RELEASE 1.4.4 RELEASE 1.4.4
------------- -------------

@ -846,8 +846,8 @@ $config['compose_responses_static'] = array(
); );
// List of HKP key servers for PGP public key lookups in Enigma/Mailvelope // List of HKP key servers for PGP public key lookups in Enigma/Mailvelope
// Default: array("keys.fedoraproject.org", "keybase.io") // Note: Lookup is client-side, so the server must support Cross-Origin Resource Sharing
$config['keyservers'] = array(); $config['keyservers'] = array('keys.openpgp.org');
// ---------------------------------- // ----------------------------------
// ADDRESSBOOK SETTINGS // ADDRESSBOOK SETTINGS

Loading…
Cancel
Save