mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
bpo-34758: add .wasm to recognized file extensions in mimetypes module (GH-9464)
This commit is contained in:
parent
6261ae9b01
commit
199a280af5
2 changed files with 3 additions and 0 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue