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