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 c37b4e3 + ae06f23 commit 97f3fbcCopy full SHA for 97f3fbc
1 file changed
lib/private/AppConfig.php
@@ -43,8 +43,21 @@ class AppConfig implements IAppConfig {
43
44
/** @var array[] */
45
protected $sensitiveValues = [
46
+ 'external' => [
47
+ '/^sites$/',
48
+ ],
49
'spreed' => [
50
+ '/^signaling_ticket_secret$/',
51
'/^turn_server_secret$/',
52
+ '/^stun_servers$/',
53
+ '/^turn_servers$/',
54
+ '/^signaling_servers$/',
55
56
+ 'theming' => [
57
+ '/^imprintUrl$/',
58
+ '/^privacyUrl$/',
59
+ '/^slogan$/',
60
+ '/^url$/',
61
],
62
'user_ldap' => [
63
'/^(s..)?ldap_agent_password$/',
0 commit comments