Skip to content

Commit

Permalink
Merge pull request #37336 from nextcloud/backport/37334/stable26
Browse files Browse the repository at this point in the history
[stable26] fix(security): Mark recording_servers key appconfig as private as it …
  • Loading branch information
nickvergessen authored Mar 22, 2023
2 parents 3dd1e74 + da95d33 commit 3fb8c35
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 3fb8c35

Please sign in to comment.