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:
Filip Š 2019-09-11 15:32:04 +02:00 committed by Jason R. Coombs
parent 088a09af4b
commit 4b41745b3c
2 changed files with 3 additions and 0 deletions

View File

@ -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',

View File

@ -0,0 +1,2 @@
Add .webmanifest -> application/manifest+json to list of recognized file types
and content type headers