Browse Source

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>
tags/v27.1.10rc1
derschiw 3 weeks ago
parent
commit
f5da526abf
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      lib/private/SystemConfig.php

+ 1
- 0
lib/private/SystemConfig.php View File

@@ -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