From f1912d03926ce77f97eedda2891997317e6a7911 Mon Sep 17 00:00:00 2001 From: waynieack Date: Tue, 12 Jul 2016 10:34:22 -0500 Subject: [PATCH] Added new MMIE types to /lib/http_server.pl --- lib/http_server.pl | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lib/http_server.pl b/lib/http_server.pl index 8bb6ef8ea..af937e57b 100644 --- a/lib/http_server.pl +++ b/lib/http_server.pl @@ -56,6 +56,12 @@ 'wmlsc' => 'application/vnd.wap.wmlscriptc', 'wrl' => 'x-world/x-vrml', 'json' => 'application/json', + 'svg' => 'image/svg+xml', + 'otf' => 'application/font-sfnt', + 'ttf' => 'application/font-sfnt', + 'woff' => 'application/font-woff', + 'woff2' => 'application/font-woff2', + 'eot' => 'application/vnd.ms-fontobject', ); my ( %http_dirs, %html_icons, $html_info_overlib, %password_protect_dirs,