From df88eb18ba5638687427fdf5f03f1faa38008cb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Mon, 8 Aug 2022 10:35:58 +0200 Subject: [PATCH] Limit avatar request size to 64 pixel MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- lib/Controller/WopiController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Controller/WopiController.php b/lib/Controller/WopiController.php index b161757ea6..489aa3d112 100644 --- a/lib/Controller/WopiController.php +++ b/lib/Controller/WopiController.php @@ -104,7 +104,7 @@ class WopiController extends Controller { // Signifies LOOL that document has been changed externally in this storage public const LOOL_STATUS_DOC_CHANGED = 1010; - public const WOPI_AVATAR_SIZE = 32; + public const WOPI_AVATAR_SIZE = 64; public function __construct( $appName,