From 23670bae4f763d81840039d19598dfb70ee0784e Mon Sep 17 00:00:00 2001 From: Lorenzo Yario Date: Wed, 14 Feb 2024 03:12:59 -0800 Subject: [PATCH] webp support by default --- inc/config.php | 1 + 1 file changed, 1 insertion(+) diff --git a/inc/config.php b/inc/config.php index da0fa3c1..0e255118 100644 --- a/inc/config.php +++ b/inc/config.php @@ -818,6 +818,7 @@ $config['allowed_ext'][] = 'bmp'; $config['allowed_ext'][] = 'gif'; $config['allowed_ext'][] = 'png'; + $config['allowed_ext'][] = 'webp'; // $config['allowed_ext'][] = 'svg'; // Allowed extensions for OP. Inherits from the above setting if set to false. Otherwise, it overrides both allowed_ext and