diff options
author | Joas Schilling <coding@schilljs.com> | 2021-01-18 16:09:06 +0100 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2021-01-18 16:09:06 +0100 |
commit | 847aa08ebd3013fc3a68d42f036e3d6956a9613d (patch) | |
tree | fc00a1e1a55481ef469830644d65d3e32581777d | |
parent | e9b5805e6c80ff2ccba7f6eb5f9213dce7e756e0 (diff) | |
download | nextcloud-server-847aa08ebd3013fc3a68d42f036e3d6956a9613d.tar.gz nextcloud-server-847aa08ebd3013fc3a68d42f036e3d6956a9613d.zip |
Don't log keys on checkSignature
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r-- | lib/private/Log/ExceptionSerializer.php | 1 |
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', |