Skip to content
Snippets Groups Projects
Unverified Commit 9b3361ce authored by Vincent Petry's avatar Vincent Petry
Browse files

Don't log params of imagecreatefromstring


To prevent flooding the log with actual image data.

Signed-off-by: default avatarVincent Petry <vincent@nextcloud.com>
parent 32ded877
No related branches found
No related tags found
No related merge requests found
......@@ -86,6 +86,9 @@ class ExceptionSerializer {
// files_external: UserStoragesController
'update',
// Preview providers, don't log big data strings
'imagecreatefromstring',
];
public const methodsWithSensitiveParametersByClass = [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment