Remove sensitive SMB arguments from exception log

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
Morris Jobke 2019-03-12 15:51:38 +01:00
parent 33c34ddafa
commit e8739e1392
No known key found for this signature in database
GPG Key ID: FE03C3A163FEDE68
1 changed files with 6 additions and 0 deletions

View File

@ -70,6 +70,12 @@ class ExceptionSerializer {
// Encryption
'storeKeyPair',
'setupUser',
// files_external: OC_Mount_Config
'getBackendStatus',
// files_external: UserStoragesController
'update',
];
private function filterTrace(array $trace) {