Skip to content

Commit

Permalink
Merge pull request #35706 from nextcloud/backport/35705/stable25
Browse files Browse the repository at this point in the history
[stable25] Update sensitive config list of Talk
  • Loading branch information
nickvergessen authored Dec 11, 2022
2 parents 9b9397a + 7f08ddb commit edf04a4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/private/AppConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -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$/',
Expand Down

0 comments on commit edf04a4

Please sign in to comment.