mirror of
https://github.com/nextcloud/server.git
synced 2026-04-20 22:00:39 -04:00
fix(AppConfig): Add external JWT private key to sensitive keys
Signed-off-by: provokateurin <kate@provokateurin.de>
This commit is contained in:
parent
ec7f3605ac
commit
7edb70a63e
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