From 1bdbada63dcee49ccda8f9a2a9766cf159bece7e Mon Sep 17 00:00:00 2001 From: doktornotor Date: Fri, 9 Oct 2015 10:25:25 +0200 Subject: [PATCH] Add SVG MIME type - RELENG_2_2 Because it breaks traffic graphs for people.https://forum.pfsense.org/index.php?topic=87390.0 --- etc/inc/system.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/inc/system.inc b/etc/inc/system.inc index 093acaf2e0..d0f21aad12 100644 --- a/etc/inc/system.inc +++ b/etc/inc/system.inc @@ -1209,6 +1209,7 @@ mimetype.assign = ( ".jpg" => "image/jpeg", ".jpeg" => "image/jpeg", ".png" => "image/png", + ".svg" => "image/svg+xml", ".xbm" => "image/x-xbitmap", ".xpm" => "image/x-xpixmap", ".xwd" => "image/x-xwindowdump",