Browse Source

fix(security): Mark recording_servers key appconfig as private as it contains a secret

Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/37334/head
Joas Schilling 3 years ago
parent
commit
381ab5f4cb
No known key found for this signature in database GPG Key ID: 74434EFE0D2E2205
  1. 1
      lib/private/AppConfig.php

1
lib/private/AppConfig.php

@ -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…
Cancel
Save