Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2021-01-18 18:09:06 +0300
committerJoas Schilling <coding@schilljs.com>2021-01-18 18:09:06 +0300
commit847aa08ebd3013fc3a68d42f036e3d6956a9613d (patch)
treefc00a1e1a55481ef469830644d65d3e32581777d /lib
parente9b5805e6c80ff2ccba7f6eb5f9213dce7e756e0 (diff)
Don't log keys on checkSignature
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/private/Log/ExceptionSerializer.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/private/Log/ExceptionSerializer.php b/lib/private/Log/ExceptionSerializer.php
index ae3e6ba100d..b62293946d0 100644
--- a/lib/private/Log/ExceptionSerializer.php
+++ b/lib/private/Log/ExceptionSerializer.php
@@ -82,6 +82,7 @@ class ExceptionSerializer {
// Encryption
'storeKeyPair',
'setupUser',
+ 'checkSignature',
// files_external: OCA\Files_External\MountConfig
'getBackendStatus',