[3.7] bpo-31715 Add mimetype for extension .mjs (GH-3908) (GH-10977)
(cherry picked from commit 0854b92cd2
)
This commit is contained in:
parent
4db9a3fffa
commit
25ee15a15c
|
@ -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',
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
Associate ``.mjs`` file extension with ``application/javascript`` MIME Type.
|
Loading…
Reference in New Issue