mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +01:00
added svg mimetype to default content types (thanks to Markus Kohlhase)
This commit is contained in:
parent
17099eaaca
commit
1c62edc53c
@ -84,6 +84,7 @@
|
||||
{".jpg", "image/jpeg"},
|
||||
{".js", "text/javascript"},
|
||||
{".png", "image/png"},
|
||||
{".svg", "image/svg+xml"},
|
||||
{".txt", "text/plain"},
|
||||
{".xml", "application/xml"},
|
||||
{".xpi", "application/x-xpinstall"},
|
||||
|
Loading…
Reference in New Issue
Block a user