From dc2c4b13d41d0e243a4da3ef4534de3cb645ec89 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 23 Mar 2017 15:22:00 +0300 Subject: when choosing enclosures to embed or rewrite (af_zz_imgproxy) only use content type instead of "filename"-based hacks --- include/functions2.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include') diff --git a/include/functions2.php b/include/functions2.php index e00a0ba13..28e182f8d 100644 --- a/include/functions2.php +++ b/include/functions2.php @@ -2000,8 +2000,7 @@ $rv .= $retval; } else { - if (preg_match("/image/", $entry["type"]) || - preg_match("/\.(jpe?g|png|gif|bmp)/i", $entry["filename"])) { + if (preg_match("/image/", $entry["type"])) { if (!$hide_images) { $encsize = ''; -- cgit v1.2.3-54-g00ecf