diff --git a/lib/private/AppConfig.php b/lib/private/AppConfig.php index e5d081444e1b8..b9a139e23effd 100644 --- a/lib/private/AppConfig.php +++ b/lib/private/AppConfig.php @@ -110,6 +110,9 @@ class AppConfig implements IAppConfig { 'notify_push' => [ '/^cookie$/', ], + 'serverinfo' => [ + '/^token$/', + ], 'spreed' => [ '/^bridge_bot_password$/', '/^hosted-signaling-server-(.*)$/', diff --git a/lib/private/SystemConfig.php b/lib/private/SystemConfig.php index 6cd0e4376c525..dcb96894ca528 100644 --- a/lib/private/SystemConfig.php +++ b/lib/private/SystemConfig.php @@ -56,6 +56,7 @@ class SystemConfig { 'secret' => true, 'updater.secret' => true, 'trusted_proxies' => true, + 'preview_imaginary_url' => true, 'proxyuserpwd' => true, 'sentry.dsn' => true, 'sentry.public-dsn' => true,