We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab80fb8 commit 2c9dc55Copy full SHA for 2c9dc55
1 file changed
Lib/mimetypes.py
@@ -487,6 +487,7 @@ def _default_mime_types():
487
'.js' : 'text/javascript',
488
'.mjs' : 'text/javascript',
489
'.dcm' : 'application/dicom',
490
+ '.efi' : 'application/efi',
491
'.epub' : 'application/epub+zip',
492
'.gz' : 'application/gzip',
493
'.json' : 'application/json',
0 commit comments