Add SVG MIME type - RELENG_2_2

Because it breaks traffic graphs for people.https://forum.pfsense.org/index.php?topic=87390.0
This commit is contained in:
doktornotor 2015-10-09 10:25:25 +02:00
parent 5d0fd04e25
commit 1bdbada63d

View File

@ -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",