Don't map the .jsonp extension to the JS MIME type

Remove `.jsonp` as there isn't any convention around the JSONP MIME-type
or the `.jsonp` extension. Also, it seems that, `application/javascript`
is arguably the wrong type to use for JSONP.

Ref: broofa/node-mime#64
This commit is contained in:
Cătălin Mariș 2013-07-29 02:12:17 +03:00
parent 05e1303189
commit dca86c3dbf
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ types {
image/x-jng jng;
# JavaScript
application/javascript js jsonp;
application/javascript js;
application/json json;
# Manifest files