mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 01:30:50 -04:00
Merge pull request #40714 from nextcloud/bugfix/noid/sensitive-onlyoffice
fix(systemreport): Mask onlyoffice secret as sensitive
This commit is contained in:
commit
3c0c1cbf6e
1 changed files with 3 additions and 0 deletions
|
|
@ -118,6 +118,9 @@ class SystemConfig {
|
|||
],
|
||||
],
|
||||
],
|
||||
'onlyoffice' => [
|
||||
'jwt_secret' => true,
|
||||
],
|
||||
];
|
||||
|
||||
/** @var Config */
|
||||
|
|
|
|||
Loading…
Reference in a new issue