Skip to content

Commit

Permalink
Merge pull request #45390 from nextcloud/bugfix/noid/mark-more-config…
Browse files Browse the repository at this point in the history
…s-as-sensitive
  • Loading branch information
skjnldsv authored May 22, 2024
2 parents 576e249 + 03f38c9 commit 221883f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/private/SystemConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ class SystemConfig {
'dbhost' => true,
'dbpassword' => true,
'dbuser' => true,
'dbreplica' => true,
'activity_dbname' => true,
'activity_dbhost' => true,
'activity_dbpassword' => true,
Expand All @@ -57,6 +58,7 @@ class SystemConfig {
'updater.server.url' => true,
'trusted_proxies' => true,
'preview_imaginary_url' => true,
'preview_imaginary_key' => true,
'proxyuserpwd' => true,
'sentry.dsn' => true,
'sentry.public-dsn' => true,
Expand Down

0 comments on commit 221883f

Please sign in to comment.