Custom Query (2297 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (34 - 36 of 2297)

2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
Ticket Resolution Summary Owner Reporter
#279 wontfix mime.types: audio/ogg for .opus files Sergey Kandaurov Steffen Weber
Description

According to http://wiki.xiph.org/OggOpus and http://en.wikipedia.org/wiki/Opus_(audio_format) the MIME type for Opus files is audio/ogg.

#292 fixed Add mime application/font-woff for `woff` fonts Sergey Kandaurov Alexander Sandström
Description

Woff has been assigned a mime-type, see links below for details. Would be nice to have this among the nginx default mime types.

It would be the following entry in the mime.types file:

application/font-woff woff;

Links to authoritative mime resources: http://www.iana.org/assignments/media-types/application/font-woff http://www.w3.org/TR/WOFF/#appendix-b

#306 fixed mime.types outdated Sergey Kandaurov aitte.myopenid.com
Description

/etc/nginx/mime.types delivers .js files as "application/x-javascript"

According to the RFC (http://www.rfc-editor.org/rfc/rfc4329.txt) it should be "application/javascript" and x-javascript is discouraged by the RFC.

That one definitely needs fixing. Other types in mime.types may need fixing too. This is just the one I know of. It may be time to go through the entire list to verify that it's all correct.

2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.