24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-24 22:25:47 +02:00

Add xml default content type (thanks to Aaron Winborn)(EJAB-14214)

This commit is contained in:
Badlop 2010-04-06 23:04:28 +02:00
parent b85b63018d
commit 57d5bc693c

View File

@ -85,6 +85,7 @@
{".js", "text/javascript"},
{".png", "image/png"},
{".txt", "text/plain"},
{".xml", "application/xml"},
{".xpi", "application/x-xpinstall"},
{".xul", "application/vnd.mozilla.xul+xml"}]).