mirror of
https://github.com/python/cpython.git
synced 2025-10-07 07:31:46 +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',
|
'.js' : 'application/javascript',
|
||||||
'.mjs' : 'application/javascript',
|
'.mjs' : 'application/javascript',
|
||||||
'.json' : 'application/json',
|
'.json' : 'application/json',
|
||||||
|
'.webmanifest': 'application/manifest+json',
|
||||||
'.doc' : 'application/msword',
|
'.doc' : 'application/msword',
|
||||||
'.dot' : 'application/msword',
|
'.dot' : 'application/msword',
|
||||||
'.wiz' : 'application/msword',
|
'.wiz' : 'application/msword',
|
||||||
|
|
|
@ -0,0 +1,2 @@
|
||||||
|
Add .webmanifest -> application/manifest+json to list of recognized file types
|
||||||
|
and content type headers
|
Loading…
Add table
Add a link
Reference in a new issue