Merge pull request #25186 from nextcloud/bugfix/noid/dont-log-keys-on-verifySignature

Don't log keys on checkSignature
This commit is contained in:
Morris Jobke 2021-01-18 22:23:36 +01:00 committed by GitHub
commit a9f81a394b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -82,6 +82,7 @@ class ExceptionSerializer {
// Encryption
'storeKeyPair',
'setupUser',
'checkSignature',
// files_external: OCA\Files_External\MountConfig
'getBackendStatus',