Commit 0854b92c authored by Bradley Meck's avatar Bradley Meck Committed by Andrew Svetlov

bpo-31715 Add mimetype for extension .mjs (#3908)

parent 5eea0ad5
......@@ -448,6 +448,7 @@ def _default_mime_types():
'.mht' : 'message/rfc822',
'.mhtml' : 'message/rfc822',
'.mif' : 'application/x-mif',
'.mjs' : 'application/javascript',
'.mov' : 'video/quicktime',
'.movie' : 'video/x-sgi-movie',
'.mp2' : 'audio/mpeg',
......
Associate ``.mjs`` file extension with ``application/javascript`` MIME Type.
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