diff options
author | Joas Schilling <213943+nickvergessen@users.noreply.github.com> | 2024-05-16 16:24:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-16 16:24:39 +0200 |
commit | 0e4aa4704404da056d5cd095a95f9bf57844c646 (patch) | |
tree | 8d5db258db71686be0171579003216edc5ec9a23 /lib | |
parent | e630e4b98372275309916611534c237300d555bd (diff) | |
parent | 28807b2a12ba461679705c86b51ac9810c0683a9 (diff) | |
download | nextcloud-server-0e4aa4704404da056d5cd095a95f9bf57844c646.tar.gz nextcloud-server-0e4aa4704404da056d5cd095a95f9bf57844c646.zip |
Merge pull request #45236 from derschiw/patch-1
Hide 'updater.server.url' As It May Contain Enterprise Key
Diffstat (limited to 'lib')
-rw-r--r-- | lib/private/SystemConfig.php | 1 |
1 files changed, 1 insertions, 0 deletions
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, |