Commit 199a280a authored by travisoneill's avatar travisoneill Committed by Andrew Svetlov

bpo-34758: add .wasm to recognized file extensions in mimetypes module (GH-9464)

parent 6261ae9b
......@@ -515,6 +515,7 @@ def _default_mime_types():
'.txt' : 'text/plain',
'.ustar' : 'application/x-ustar',
'.vcf' : 'text/x-vcard',
'.wasm' : 'application/wasm',
'.wav' : 'audio/x-wav',
'.webm' : 'video/webm',
'.wiz' : 'application/msword',
......
Add .wasm -> application/wasm 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