mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
added appcache and woff properties
This commit is contained in:
parent
32574cdef9
commit
fa80e54503
3 changed files with 17 additions and 9 deletions
|
|
@ -4,6 +4,7 @@
|
|||
".ai": "application/postscript",
|
||||
".aif": "audio/x-aiff",
|
||||
".aiff": "audio/x-aiff",
|
||||
".appcache": "text/cache-manifest",
|
||||
".asc": "application/pgp-signature",
|
||||
".asf": "video/x-ms-asf",
|
||||
".asm": "text/x-asm",
|
||||
|
|
@ -68,7 +69,7 @@
|
|||
".json": "application/json",
|
||||
".log": "text/plain",
|
||||
".m3u": "audio/x-mpegurl",
|
||||
".m4v": "video/mp4",
|
||||
".m4v": "video/mp4",
|
||||
".man": "text/troff",
|
||||
".mathml": "application/mathml+xml",
|
||||
".mbox": "application/mbox",
|
||||
|
|
@ -152,6 +153,7 @@
|
|||
".wma": "audio/x-ms-wma",
|
||||
".wmv": "video/x-ms-wmv",
|
||||
".wmx": "video/x-ms-wmx",
|
||||
".woff": "font/woff",
|
||||
".wrl": "model/vrml",
|
||||
".wsdl": "application/wsdl+xml",
|
||||
".xbm": "image/x-xbitmap",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue