Actions
Defect #11621
closedRedmine MIME Detection Of Javascript Files Non-Standard
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Description
Currently the mime type defined is "text\x-javascript".
source:tags/2.0.3/lib/redmine/mime_type.rb#L29
According to the RFC, it should be "application\javascript", modern browsers identify it as "text\javascript".
Sending a javascript file with the currently implemented mime type in chrome will throw warnings.
Resource interpreted as Script but transferred with MIME type text/x-javascript
Related issues
Actions