mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
bpo-37305: add MIME type for Web App Manifest (#14199)
* bpo-37305: add MIME type for Web App Manifest * bpo-37305: add news entry * Restore indentation and sort by value
This commit is contained in:
parent
088a09af4b
commit
4b41745b3c
2 changed files with 3 additions and 0 deletions
|
@ -415,6 +415,7 @@ def _default_mime_types():
|
|||
'.js' : 'application/javascript',
|
||||
'.mjs' : 'application/javascript',
|
||||
'.json' : 'application/json',
|
||||
'.webmanifest': 'application/manifest+json',
|
||||
'.doc' : 'application/msword',
|
||||
'.dot' : 'application/msword',
|
||||
'.wiz' : 'application/msword',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue