Skip to content

Commit

Permalink
fix(security): Mark recording_servers key appconfig as private as it …
Browse files Browse the repository at this point in the history
…contains a secret

Signed-off-by: Joas Schilling <coding@schilljs.com>
  • Loading branch information
nickvergessen committed Mar 22, 2023
1 parent 9c7d713 commit 381ab5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/private/AppConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ class AppConfig implements IAppConfig {
'spreed' => [
'/^bridge_bot_password$/',
'/^hosted-signaling-server-(.*)$/',
'/^recording_servers$/',
'/^signaling_servers$/',
'/^signaling_ticket_secret$/',
'/^signaling_token_privkey_(.*)$/',
Expand Down

0 comments on commit 381ab5f

Please sign in to comment.