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>
pull/45236/head
derschiw 3 weeks ago committed by Joas Schilling
parent 7d05983622
commit 28807b2a12
No known key found for this signature in database
GPG Key ID: C400AAF20C1BB6FC

@ -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…
Cancel
Save