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 257069e commit 17ee1ceCopy full SHA for 17ee1ce
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