25
1
mirror of https://github.com/processone/ejabberd.git synced 2024-11-24 16:23:40 +01:00

Added JavaScript content type

SVN Revision: 2175
This commit is contained in:
Badlop 2009-06-16 13:45:12 +00:00
parent a9ab002f48
commit c4ca19d313

View File

@ -129,6 +129,7 @@ content_type(Filename) ->
".xul" -> "application/vnd.mozilla.xul+xml";
".jar" -> "application/java-archive";
".xpi" -> "application/x-xpinstall";
".js" -> "application/x-javascript";
_Else -> "application/octet-stream"
end.