mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
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:
parent
5d0fd04e25
commit
1bdbada63d
@ -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",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user