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
@ -81,9 +81,10 @@
|
|||||||
{".html", "text/html"},
|
{".html", "text/html"},
|
||||||
{".jar", "application/java-archive"},
|
{".jar", "application/java-archive"},
|
||||||
{".jpeg", "image/jpeg"},
|
{".jpeg", "image/jpeg"},
|
||||||
{".jpg", "image/jpeg"},
|
{".jpg", "image/jpeg"},
|
||||||
{".js", "text/javascript"},
|
{".js", "text/javascript"},
|
||||||
{".png", "image/png"},
|
{".png", "image/png"},
|
||||||
|
{".svg", "image/svg+xml"},
|
||||||
{".txt", "text/plain"},
|
{".txt", "text/plain"},
|
||||||
{".xml", "application/xml"},
|
{".xml", "application/xml"},
|
||||||
{".xpi", "application/x-xpinstall"},
|
{".xpi", "application/x-xpinstall"},
|
||||||
|
Loading…
Reference in New Issue
Block a user