mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 00:12:30 -05:00
Update sensitive config list of Talk
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
bbf0f6ad0d
commit
cf34aa557b
1 changed files with 4 additions and 1 deletions
|
|
@ -110,9 +110,12 @@ class AppConfig implements IAppConfig {
|
|||
'/^cookie$/',
|
||||
],
|
||||
'spreed' => [
|
||||
'/^bridge_bot_password/',
|
||||
'/^bridge_bot_password$/',
|
||||
'/^hosted-signaling-server-(.*)$/',
|
||||
'/^signaling_servers$/',
|
||||
'/^signaling_ticket_secret$/',
|
||||
'/^signaling_token_privkey_(.*)$/',
|
||||
'/^signaling_token_pubkey_(.*)$/',
|
||||
'/^sip_bridge_dialin_info$/',
|
||||
'/^sip_bridge_shared_secret$/',
|
||||
'/^stun_servers$/',
|
||||
|
|
|
|||
Loading…
Reference in a new issue