1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-23 15:16:54 -05:00
Original: 77831c34b1
This commit is contained in:
Dmitry Sharshakov aka. sh7dm 2019-01-02 16:47:43 +03:00 committed by Ryan Dahl
parent 2db683e47e
commit bc4635a593

View file

@ -46,6 +46,10 @@
".otf": "font/otf", ".otf": "font/otf",
".png": "image/png", ".png": "image/png",
".pdf": "application/pdf", ".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", ".ppt": "application/vnd.ms-powerpoint",
".pptx": "application/vnd.openxmlformats-officedocument.presentationml.presentation", ".pptx": "application/vnd.openxmlformats-officedocument.presentationml.presentation",
".rar": "application/x-rar-compressed", ".rar": "application/x-rar-compressed",