Merge pull request #35705 from nextcloud/bugfix/noid/update-sensitive-config-list

Update sensitive config list of Talk
pull/35697/head
Vincent Petry 2022-12-09 17:47:52 +07:00 committed by GitHub
commit 21576ff271
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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$/',