Skip to content

Commit

Permalink
Add mime types for js, json, css, otf.
Browse files Browse the repository at this point in the history
  • Loading branch information
jayarjo committed Jan 6, 2012
1 parent 5693935 commit 04c8e50
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/javascript/plupload.js
Expand Up @@ -69,9 +69,11 @@
"image/png,png," +
"image/svg+xml,svg svgz," +
"image/tiff,tiff tif," +
"text/plain,asc txt text diff log," +
"text/html,htm html xhtml," +
"text/rtf,rtf," +
"text/css,css," +
"text/csv,csv," +
"text/rtf,rtf," +
"video/mpeg,mpeg mpg mpe," +
"video/quicktime,qt mov," +
"video/mp4,mp4," +
Expand All @@ -81,9 +83,8 @@
"video/avi,avi," +
"video/webm,webm," +
"video/vnd.rn-realvideo,rv," +
"text/csv,csv," +
"text/plain,asc txt text diff log," +
"application/octet-stream,exe eot otf ttf ttc woff"
"application/vnd.oasis.opendocument.formula-template,otf," +
"application/octet-stream,exe"
);

/**
Expand Down

0 comments on commit 04c8e50

Please sign in to comment.