Skip to content

Commit

Permalink
Add 'updater.server.url' to Private Variables
Browse files Browse the repository at this point in the history
Add "updater.server.url" to the privacy redacted values, as it may contain the enterprise key.

Signed-off-by: derschiw <[email protected]>
  • Loading branch information
derschiw authored May 8, 2024
1 parent 72470e3 commit 817fc94
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 817fc94

Please sign in to comment.