mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
#15199: Fix JavaScript's default MIME type to application/javascript
This commit is contained in:
commit
df9c945070
3 changed files with 5 additions and 1 deletions
|
@ -429,7 +429,7 @@ def _default_mime_types():
|
|||
'.jpe' : 'image/jpeg',
|
||||
'.jpeg' : 'image/jpeg',
|
||||
'.jpg' : 'image/jpeg',
|
||||
'.js' : 'application/x-javascript',
|
||||
'.js' : 'application/javascript',
|
||||
'.ksh' : 'text/plain',
|
||||
'.latex' : 'application/x-latex',
|
||||
'.m1v' : 'video/mpeg',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue