mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 00:12:30 -05:00
Merge pull request #48682 from nextcloud/fix/appconfig/sensitive-keys-external-jwt-private-key
This commit is contained in:
commit
cbcbe8a83c
1 changed files with 1 additions and 0 deletions
|
|
@ -1432,6 +1432,7 @@ class AppConfig implements IAppConfig {
|
|||
],
|
||||
'external' => [
|
||||
'/^sites$/',
|
||||
'/^jwt_token_privkey_(.*)$/',
|
||||
],
|
||||
'integration_discourse' => [
|
||||
'/^private_key$/',
|
||||
|
|
|
|||
Loading…
Reference in a new issue