mirror of
https://github.com/nextcloud/server.git
synced 2026-04-25 08:08:33 -04:00
Merge pull request #42081 from nextcloud/backport/40714/stable27
[stable27] fix(systemreport): Mask onlyoffice secret as sensitive
This commit is contained in:
commit
85f46eea95
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