Commit 89ff333b authored by Sandro Tosi's avatar Sandro Tosi

Issue #13640: add application/vnd.apple.mpegurl MIME type; (partial) patch by Hiroaki Kawai

parent d1e9d288
...@@ -433,6 +433,8 @@ def _default_mime_types(): ...@@ -433,6 +433,8 @@ def _default_mime_types():
'.ksh' : 'text/plain', '.ksh' : 'text/plain',
'.latex' : 'application/x-latex', '.latex' : 'application/x-latex',
'.m1v' : 'video/mpeg', '.m1v' : 'video/mpeg',
'.m3u' : 'application/vnd.apple.mpegurl',
'.m3u8' : 'application/vnd.apple.mpegurl',
'.man' : 'application/x-troff-man', '.man' : 'application/x-troff-man',
'.me' : 'application/x-troff-me', '.me' : 'application/x-troff-me',
'.mht' : 'message/rfc822', '.mht' : 'message/rfc822',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment