mirror of
https://github.com/processone/ejabberd.git
synced 2024-12-22 17:28:25 +01:00
added svg mimetype to default content types (thanks to Markus Kohlhase)
This commit is contained in:
parent
32fc36b17d
commit
9f4ae07100
@ -94,6 +94,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