summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/private/Log/ExceptionSerializer.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/private/Log/ExceptionSerializer.php b/lib/private/Log/ExceptionSerializer.php
index a2bc1963003..339a6604ed1 100644
--- a/lib/private/Log/ExceptionSerializer.php
+++ b/lib/private/Log/ExceptionSerializer.php
@@ -86,6 +86,9 @@ class ExceptionSerializer {
// files_external: UserStoragesController
'update',
+
+ // Preview providers, don't log big data strings
+ 'imagecreatefromstring',
];
public const methodsWithSensitiveParametersByClass = [