summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authordoktornotor <notordoktor@gmail.com>2015-10-09 10:25:25 +0200
committerdoktornotor <notordoktor@gmail.com>2015-10-09 10:25:25 +0200
commit1bdbada63dcee49ccda8f9a2a9766cf159bece7e (patch)
tree76b4919cfc03bf458d7bf669476f5c11e6dc8d0d /etc
parent5d0fd04e25aa64dfba66f79b2d42eac838d68c2b (diff)
downloadpfsense-1bdbada63dcee49ccda8f9a2a9766cf159bece7e.zip
pfsense-1bdbada63dcee49ccda8f9a2a9766cf159bece7e.tar.gz
Add SVG MIME type - RELENG_2_2
Because it breaks traffic graphs for people.https://forum.pfsense.org/index.php?topic=87390.0
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/system.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/inc/system.inc b/etc/inc/system.inc
index 093acaf..d0f21aa 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",
OpenPOWER on IntegriCloud