From d8717ca05d794d4aa96eb3f3a42d031db2dd020c Mon Sep 17 00:00:00 2001 From: Dennis Kigen Date: Tue, 29 Oct 2024 14:43:50 +0300 Subject: [PATCH] Remove webp from extensions allowlist and add pdf Removes the `webp` file extension from the file upload allowlist. Also, adds `pdf` to the allowlist. --- .../globalproperties/globalproperties-core_demo.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distro/configuration/globalproperties/globalproperties-core_demo.xml b/distro/configuration/globalproperties/globalproperties-core_demo.xml index 6ef8f9608..0c72d2b31 100644 --- a/distro/configuration/globalproperties/globalproperties-core_demo.xml +++ b/distro/configuration/globalproperties/globalproperties-core_demo.xml @@ -39,6 +39,6 @@ attachments.allowedFileExtensions - jpeg,jpg,png,webp + jpeg,jpg,png,pdf