Skip to content

Commit 6294f0f

Browse files
committed
fix(systemreport): Mark more configs as sensitive
Signed-off-by: Joas Schilling <coding@schilljs.com>
1 parent dc2066b commit 6294f0f

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)