Skip to content

Commit 2c9dc55

Browse files
committed
Revert accidental deletion of EFI MIME type
1 parent ab80fb8 commit 2c9dc55

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Lib/mimetypes.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -487,6 +487,7 @@ def _default_mime_types():
487487
'.js' : 'text/javascript',
488488
'.mjs' : 'text/javascript',
489489
'.dcm' : 'application/dicom',
490+
'.efi' : 'application/efi',
490491
'.epub' : 'application/epub+zip',
491492
'.gz' : 'application/gzip',
492493
'.json' : 'application/json',

0 commit comments

Comments
 (0)