Skip to content

Commit 00d74d1

Browse files
Merge pull request #42871 from nextcloud/backport/42658/stable28
[stable28] fix(systemreport): Mark more configs as sensitive
2 parents fc1bfee + f7f94bf commit 00d74d1

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

lib/private/AppConfig.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,9 @@ class AppConfig implements IAppConfig {
109109
'notify_push' => [
110110
'/^cookie$/',
111111
],
112+
'serverinfo' => [
113+
'/^token$/',
114+
],
112115
'spreed' => [
113116
'/^bridge_bot_password$/',
114117
'/^hosted-signaling-server-(.*)$/',

lib/private/SystemConfig.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ class SystemConfig {
5555
'secret' => true,
5656
'updater.secret' => true,
5757
'trusted_proxies' => true,
58+
'preview_imaginary_url' => true,
5859
'proxyuserpwd' => true,
5960
'sentry.dsn' => true,
6061
'sentry.public-dsn' => true,

0 commit comments

Comments
 (0)