mirror of
https://github.com/denoland/std.git
synced 2024-11-21 20:50:22 +00:00
Add more MIME types (#57)
This commit is contained in:
parent
7a3c70e74b
commit
77831c34b1
@ -46,6 +46,10 @@
|
||||
".otf": "font/otf",
|
||||
".png": "image/png",
|
||||
".pdf": "application/pdf",
|
||||
".ppm": "image/x-portable-pixmap",
|
||||
".pgm": "image/x-portable-graymap",
|
||||
".pmm": "image/x-portable-bitmap",
|
||||
".pnm": "image/x-portable-anymap",
|
||||
".ppt": "application/vnd.ms-powerpoint",
|
||||
".pptx": "application/vnd.openxmlformats-officedocument.presentationml.presentation",
|
||||
".rar": "application/x-rar-compressed",
|
||||
|
Loading…
Reference in New Issue
Block a user