From 6bc706742ec43f72dd90628709a8fa9421476a1e Mon Sep 17 00:00:00 2001 From: Ryan Cramer Date: Mon, 20 Jan 2020 07:19:10 -0500 Subject: [PATCH] Fix issue processwire/processwire-issues#1065 --- wire/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wire/config.php b/wire/config.php index 5af1227f..5c90969d 100644 --- a/wire/config.php +++ b/wire/config.php @@ -605,7 +605,7 @@ $config->fileContentTypes = array( 'gif' => 'image/gif', 'jpg' => 'image/jpeg', 'jpeg' => 'image/jpeg', - 'png' => 'image/x-png', + 'png' => 'image/png', 'svg' => 'image/svg+xml', 'webp' => 'image/webp' );