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
|
@ -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',
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
Add .webmanifest -> application/manifest+json to list of recognized file types
|
||||
and content type headers
|
Loading…
Reference in New Issue