mirror of
https://github.com/nextcloud/server.git
synced 2026-02-10 22:34:26 -05:00
fix(systemreport): Mark more configs as sensitive
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
e2056a1de9
commit
fabb330a69
2 changed files with 4 additions and 0 deletions
|
|
@ -109,6 +109,9 @@ class AppConfig implements IAppConfig {
|
|||
'notify_push' => [
|
||||
'/^cookie$/',
|
||||
],
|
||||
'serverinfo' => [
|
||||
'/^token$/',
|
||||
],
|
||||
'spreed' => [
|
||||
'/^bridge_bot_password$/',
|
||||
'/^hosted-signaling-server-(.*)$/',
|
||||
|
|
|
|||
|
|
@ -55,6 +55,7 @@ class SystemConfig {
|
|||
'secret' => true,
|
||||
'updater.secret' => true,
|
||||
'trusted_proxies' => true,
|
||||
'preview_imaginary_url' => true,
|
||||
'proxyuserpwd' => true,
|
||||
'sentry.dsn' => true,
|
||||
'sentry.public-dsn' => true,
|
||||
|
|
|
|||
Loading…
Reference in a new issue