Merge pull request #24546 from nextcloud/backport/24543/stable20
[stable20] Don't log params of imagecreatefromstring
This commit is contained in:
commit
9305a00414
|
@ -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