File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -82,9 +82,11 @@ var mimesByExtension = map[string]string{
8282 ".bz" : "application/x-bzip" ,
8383 ".bz2" : "application/x-bzip2" ,
8484 ".cda" : "application/x-cdf" ,
85+ ".cr2" : "image/x-canon-cr2" ,
8586 ".csh" : "application/x-csh" ,
8687 ".css" : "text/css" ,
8788 ".csv" : "text/csv" ,
89+ ".dng" : "image/x-adobe-dng" ,
8890 ".doc" : "application/msword" ,
8991 ".docx" : "application/vnd.openxmlformats-officedocument.wordprocessingml.document" ,
9092 ".eot" : "application/vnd.ms-fontobject" ,
@@ -116,6 +118,7 @@ var mimesByExtension = map[string]string{
116118 ".mov" : "video/quicktime" ,
117119 ".mpeg" : "video/mpeg" ,
118120 ".mpkg" : "application/vnd.apple.installer+xml" ,
121+ ".nef" : "image/x-nikon-nef" ,
119122 ".odp" : "application/vnd.oasis.opendocument.presentation" ,
120123 ".ods" : "application/vnd.oasis.opendocument.spreadsheet" ,
121124 ".odt" : "application/vnd.oasis.opendocument.text" ,
You can’t perform that action at this time.
0 commit comments