Filter more configs
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
b73df01945
commit
b6c78eb9d4
1 changed files with 13 additions and 0 deletions
|
@ -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 a new issue