forked from h5bp/mobile-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
Mobile MIME Types
harrih edited this page Aug 23, 2011
·
2 revisions
There are device specific MIME types made by each mobile vendors. Files with these extensions may not get rendered with the right MIME type by the server.
We added list of file extensions that are not by default supported.
# blackberry types
AddType application/x-bb-appworld bbaw
AddType text/vnd.rim.location.xloc xloc
# nokia types - http://bit.ly/eAggwy
# http://www.developer.nokia.com/Community/Wiki/How_to_enable_OTA_(Over_The_Air)_SIS_install_from_your_website
AddType application/octet-stream sisx
AddType application/vnd.symbian.install sis
AddType application/java-archive jar
AddType application/x-java-archive jar
AddType text/vnd.sun.j2me.app-descriptor jad