Add more MIME types (#57)

This commit is contained in:
Dmitry Sharshakov aka. sh7dm 2019-01-02 16:47:43 +03:00 committed by Ryan Dahl
parent 7a3c70e74b
commit 77831c34b1

View File

@ -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",