mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 18:21:40 -04:00
Remove sensitive SMB arguments from exception log
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
parent
c9b87701d0
commit
9ddff52753
1 changed files with 6 additions and 0 deletions
|
|
@ -70,6 +70,12 @@ class ExceptionSerializer {
|
|||
// Encryption
|
||||
'storeKeyPair',
|
||||
'setupUser',
|
||||
|
||||
// files_external: OC_Mount_Config
|
||||
'getBackendStatus',
|
||||
|
||||
// files_external: UserStoragesController
|
||||
'update',
|
||||
];
|
||||
|
||||
private function filterTrace(array $trace) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue