Merge pull request #14644 from nextcloud/fix/noid/remove-sensitive-smb-values
Remove sensitive SMB arguments from exception log
This commit is contained in:
commit
c5c2192061
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