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

fix(systemreport): Mask onlyoffice secret as sensitive
pull/40720/head
Joas Schilling 2 years ago committed by GitHub
commit 3c0c1cbf6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      lib/private/SystemConfig.php

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

Loading…
Cancel
Save