summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2015-09-24 07:24:54 -0300
committerRenato Botelho <renato@netgate.com>2015-09-24 07:24:54 -0300
commit89ccf6fa7ab2f52edb9320364c9db438d5df8d59 (patch)
tree9edf5bff691442b9519fc070472ac7fe63ee0e36 /src
parent301776fdb23d2c6d76d856bfcd4be267547e8e23 (diff)
parent63286c86011b3f9a444fc303fcceec10856e07cd (diff)
downloadpfsense-89ccf6fa7ab2f52edb9320364c9db438d5df8d59.zip
pfsense-89ccf6fa7ab2f52edb9320364c9db438d5df8d59.tar.gz
Merge pull request #1799 from jlduran/svg-mimetype
Diffstat (limited to 'src')
-rw-r--r--src/etc/inc/system.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/etc/inc/system.inc b/src/etc/inc/system.inc
index f7987e1..34002ff 100644
--- a/src/etc/inc/system.inc
+++ b/src/etc/inc/system.inc
@@ -1317,6 +1317,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