Enable OpenPGP by default #89

This commit is contained in:
the-djmaze 2024-02-12 10:35:46 +01:00
parent 2ed6ccf89c
commit 9cceafcb3e

View file

@ -213,7 +213,7 @@ Warning: only enable when server does not do this, else double compression error
'custom_server_signature' => array('SnappyMail'), 'custom_server_signature' => array('SnappyMail'),
'x_xss_protection_header' => array('1; mode=block'), 'x_xss_protection_header' => array('1; mode=block'),
'openpgp' => array(false), 'openpgp' => array(true),
'allow_admin_panel' => array(true, 'Access settings'), 'allow_admin_panel' => array(true, 'Access settings'),
'admin_login' => array('admin', 'Login and password for web admin panel'), 'admin_login' => array('admin', 'Login and password for web admin panel'),