mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 00:32:29 -04:00
fix(security): Mark recording_servers key appconfig as private as it contains a secret
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
3dd1e741fb
commit
da95d3389d
1 changed files with 1 additions and 0 deletions
|
|
@ -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_(.*)$/',
|
||||
|
|
|
|||
Loading…
Reference in a new issue