Merge pull request #40714 from nextcloud/bugfix/noid/sensitive-onlyoffice

fix(systemreport): Mask onlyoffice secret as sensitive
pull/40720/head
Joas Schilling 2023-09-29 17:31:28 +07:00 committed by GitHub
commit 3c0c1cbf6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

@ -118,6 +118,9 @@ class SystemConfig {
],
],
],
'onlyoffice' => [
'jwt_secret' => true,
],
];
/** @var Config */