Skip to content

Commit 014a634

Browse files
Merge pull request #37334 from nextcloud/bugfix/noid/mark-recording-servers-as-sensitive-due-to-secret
fix(security): Mark recording_servers key appconfig as private as it …
2 parents 8b4d49c + 381ab5f commit 014a634

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/private/AppConfig.php

+1
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ class AppConfig implements IAppConfig {
112112
'spreed' => [
113113
'/^bridge_bot_password$/',
114114
'/^hosted-signaling-server-(.*)$/',
115+
'/^recording_servers$/',
115116
'/^signaling_servers$/',
116117
'/^signaling_ticket_secret$/',
117118
'/^signaling_token_privkey_(.*)$/',

0 commit comments

Comments
 (0)