diff --git a/lib/private/AppConfig.php b/lib/private/AppConfig.php index 338792e23d179..59c35b0869d4d 100644 --- a/lib/private/AppConfig.php +++ b/lib/private/AppConfig.php @@ -1519,6 +1519,12 @@ private function getSensitiveKeys(string $app): array { 'notify_push' => [ '/^cookie$/', ], + 'onlyoffice' => [ + '/^jwt_secret$/', + ], + 'passwords' => [ + '/^SSEv1ServerKey$/', + ], 'serverinfo' => [ '/^token$/', ], @@ -1550,6 +1556,9 @@ private function getSensitiveKeys(string $app): array { 'user_ldap' => [ '/^(s..)?ldap_agent_password$/', ], + 'twofactor_gateway' => [ + '/^.*token$/', + ], 'user_saml' => [ '/^idp-x509cert$/', ],