Skip to content

Commit 40d798e

Browse files
committed
Hide updater.secret from occ output by default
We should not have people post that value to us.
1 parent a39c759 commit 40d798e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/private/systemconfig.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ class SystemConfig {
4141
'mail_smtppassword' => true,
4242
'passwordsalt' => true,
4343
'secret' => true,
44+
'updater.secret' => true,
4445
'ldap_agent_password' => true,
4546
'objectstore' => ['arguments' => ['password' => true]],
4647
];

0 commit comments

Comments
 (0)