From d79f7736cc325bad6e96d8b9adb5e565bd019f42 Mon Sep 17 00:00:00 2001 From: derschiw <37687705+derschiw@users.noreply.github.com> Date: Wed, 8 May 2024 21:01:05 +0200 Subject: [PATCH] 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> --- lib/private/SystemConfig.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/private/SystemConfig.php b/lib/private/SystemConfig.php index f63663fbfe3..b1d120574c3 100644 --- a/lib/private/SystemConfig.php +++ b/lib/private/SystemConfig.php @@ -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, -- 2.39.5