From 14093f24bfaf21609b8bf7397d018fa41a9948c4 Mon Sep 17 00:00:00 2001 From: "delex.xie" <39333450+delexxie@users.noreply.github.com> Date: Thu, 11 Jul 2019 16:44:13 +0800 Subject: [PATCH] Update mimetypes.php MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 新增:".svg" => "image/svg+xml", --- v1/ucloud/mimetypes.php | 1 + 1 file changed, 1 insertion(+) diff --git a/v1/ucloud/mimetypes.php b/v1/ucloud/mimetypes.php index 7682e84..f455c28 100644 --- a/v1/ucloud/mimetypes.php +++ b/v1/ucloud/mimetypes.php @@ -337,6 +337,7 @@ $mimetype_complete_map = array( ".svf" => "image/vnd.dwg", ".svr" => "application/x-world", ".swf" => "application/x-shockwave-flash", + ".svg" => "image/svg+xml", ".t" => "application/x-troff", ".talk" => "text/x-speech", ".tar" => "application/x-tar",