Skip to content

Commit 4c80f63

Browse files
nickvergessenbackportbot[bot]
authored andcommitted
fix: Mark more configs as sensitive
Signed-off-by: Joas Schilling <[email protected]>
1 parent 51adff2 commit 4c80f63

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/private/SystemConfig.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ class SystemConfig {
4242
'dbhost' => true,
4343
'dbpassword' => true,
4444
'dbuser' => true,
45+
'dbreplica' => true,
4546
'activity_dbname' => true,
4647
'activity_dbhost' => true,
4748
'activity_dbpassword' => true,
@@ -57,6 +58,7 @@ class SystemConfig {
5758
'updater.server.url' => true,
5859
'trusted_proxies' => true,
5960
'preview_imaginary_url' => true,
61+
'preview_imaginary_key' => true,
6062
'proxyuserpwd' => true,
6163
'sentry.dsn' => true,
6264
'sentry.public-dsn' => true,

0 commit comments

Comments
 (0)