Skip to content

Commit

Permalink
Enable OpenPGP by default #89
Browse files Browse the repository at this point in the history
  • Loading branch information
the-djmaze committed Feb 12, 2024
1 parent 2ed6ccf commit 9cceafc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ protected function defaultValues() : array
'custom_server_signature' => array('SnappyMail'),
'x_xss_protection_header' => array('1; mode=block'),

'openpgp' => array(false),
'openpgp' => array(true),

'allow_admin_panel' => array(true, 'Access settings'),
'admin_login' => array('admin', 'Login and password for web admin panel'),
Expand Down

0 comments on commit 9cceafc

Please sign in to comment.