Don't log params of imagecreatefromstring
To prevent flooding the log with actual image data. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
This commit is contained in:
parent
a53871f629
commit
d4d009fc8e
|
@ -86,6 +86,9 @@ class ExceptionSerializer {
|
|||
|
||||
// files_external: UserStoragesController
|
||||
'update',
|
||||
|
||||
// Preview providers, don't log big data strings
|
||||
'imagecreatefromstring',
|
||||
];
|
||||
|
||||
public const methodsWithSensitiveParametersByClass = [
|
||||
|
|
Loading…
Reference in New Issue