We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fc1bfee + f7f94bf commit 00d74d1Copy full SHA for 00d74d1
lib/private/AppConfig.php
@@ -109,6 +109,9 @@ class AppConfig implements IAppConfig {
109
'notify_push' => [
110
'/^cookie$/',
111
],
112
+ 'serverinfo' => [
113
+ '/^token$/',
114
+ ],
115
'spreed' => [
116
'/^bridge_bot_password$/',
117
'/^hosted-signaling-server-(.*)$/',
lib/private/SystemConfig.php
@@ -55,6 +55,7 @@ class SystemConfig {
55
'secret' => true,
56
'updater.secret' => true,
57
'trusted_proxies' => true,
58
+ 'preview_imaginary_url' => true,
59
'proxyuserpwd' => true,
60
'sentry.dsn' => true,
61
'sentry.public-dsn' => true,
0 commit comments