Filter more configs
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
c37b4e3f75
commit
ae06f2312c
|
@ -43,8 +43,21 @@ class AppConfig implements IAppConfig {
|
|||
|
||||
/** @var array[] */
|
||||
protected $sensitiveValues = [
|
||||
'external' => [
|
||||
'/^sites$/',
|
||||
],
|
||||
'spreed' => [
|
||||
'/^signaling_ticket_secret$/',
|
||||
'/^turn_server_secret$/',
|
||||
'/^stun_servers$/',
|
||||
'/^turn_servers$/',
|
||||
'/^signaling_servers$/',
|
||||
],
|
||||
'theming' => [
|
||||
'/^imprintUrl$/',
|
||||
'/^privacyUrl$/',
|
||||
'/^slogan$/',
|
||||
'/^url$/',
|
||||
],
|
||||
'user_ldap' => [
|
||||
'/^(s..)?ldap_agent_password$/',
|
||||
|
|
Loading…
Reference in New Issue