Merge pull request #45236 from derschiw/patch-1

Hide 'updater.server.url' As It May Contain Enterprise Key
pull/45374/head
Joas Schilling 2 weeks ago committed by GitHub
commit 0e4aa47044
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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