mirror of
https://github.com/nextcloud/server.git
synced 2026-04-04 00:25:45 -04:00
fix(SystemConfig.php): Add 'updater.server.url' to Private Variables
Add "updater.server.url" to the privacy redacted values, as it may contain the enterprise key. Signed-off-by: derschiw <37687705+derschiw@users.noreply.github.com>
This commit is contained in:
parent
63da6067b4
commit
f5da526abf
1 changed files with 1 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue