Skip to content

Commit

Permalink
Merge pull request #45236 from derschiw/patch-1
Browse files Browse the repository at this point in the history
Hide 'updater.server.url' As It May Contain Enterprise Key
  • Loading branch information
nickvergessen authored May 16, 2024
2 parents e630e4b + 28807b2 commit 0e4aa47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/private/SystemConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ class SystemConfig {
'passwordsalt' => true,
'secret' => true,
'updater.secret' => true,
'updater.server.url' => true,
'trusted_proxies' => true,
'preview_imaginary_url' => true,
'proxyuserpwd' => true,
Expand Down

0 comments on commit 0e4aa47

Please sign in to comment.