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
@ -91,9 +91,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