Browse Source
Merge pull request #25186 from nextcloud/bugfix/noid/dont-log-keys-on-verifySignature
Don't log keys on checkSignature
pull/25195/head
Morris Jobke
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
lib/private/Log/ExceptionSerializer.php
|
|
|
@ -82,6 +82,7 @@ class ExceptionSerializer { |
|
|
|
// Encryption
|
|
|
|
'storeKeyPair', |
|
|
|
'setupUser', |
|
|
|
'checkSignature', |
|
|
|
|
|
|
|
// files_external: OCA\Files_External\MountConfig
|
|
|
|
'getBackendStatus', |
|
|
|
|