Skip to content

Commit a8d9eb5

Browse files
committed
Merge pull request #22256 from owncloud/hide-updater-secret
Hide updater.secret from occ output by default
2 parents 9ebcc4c + 40d798e commit a8d9eb5

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)