mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Add SVG MIME type
SVG MIME type is `image/svg+xml`.
This commit is contained in:
parent
3236b6f490
commit
63286c8601
@ -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",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user