Commit 4b41745b authored by Filip Š's avatar Filip Š Committed by Jason R. Coombs

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
parent 088a09af
......@@ -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',
......
Add .webmanifest -> application/manifest+json to list of recognized file types
and content type headers
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment