Merge pull request #35706 from nextcloud/backport/35705/stable25

[stable25] Update sensitive config list of Talk
This commit is contained in:
Joas Schilling 2022-12-11 13:28:41 +01:00 committed by GitHub
commit edf04a4860
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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$/',