diff --git a/CHANGELOG b/CHANGELOG index b089de57a..899a218c7 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -5,6 +5,7 @@ CHANGELOG Roundcube Webmail - Fix so the database setup description is compatible with MySQL 8 (#7340) - Markasjunk: Fix regression in jsevent driver (#7361) - 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 ------------- diff --git a/config/defaults.inc.php b/config/defaults.inc.php index 1e57ffe53..8cb678f16 100644 --- a/config/defaults.inc.php +++ b/config/defaults.inc.php @@ -841,8 +841,8 @@ $config['compose_responses_static'] = array( ); // List of HKP key servers for PGP public key lookups in Enigma/Mailvelope -// Default: array("keys.fedoraproject.org", "keybase.io") -$config['keyservers'] = array(); +// Note: Lookup is client-side, so the server must support Cross-Origin Resource Sharing +$config['keyservers'] = array('keys.openpgp.org'); // ---------------------------------- // ADDRESSBOOK SETTINGS