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 a73eff6 commit 1c5bc70Copy full SHA for 1c5bc70
1 file changed
Lib/mimetypes.py
@@ -478,6 +478,7 @@ def _default_mime_types():
478
'.js' : 'text/javascript',
479
'.mjs' : 'text/javascript',
480
'.dcm' : 'application/dicom',
481
+ '.efi' : 'application/efi',
482
'.epub' : 'application/epub+zip',
483
'.gz' : 'application/gzip',
484
'.json' : 'application/json',
0 commit comments