Skip to content
Prev Previous commit
Next Next commit
Add MIME types for CAB, CHM, and THMX files
Added new MIME types for CAB, CHM, and THMX files.
  • Loading branch information
clin1234 authored Mar 10, 2026
commit e443859e7bf2f1dda3d80e78a75e55af58182a18
3 changes: 3 additions & 0 deletions Lib/mimetypes.py
Original file line number Diff line number Diff line change
Expand Up @@ -509,9 +509,12 @@ def _default_mime_types():
'.m3u8' : 'application/vnd.apple.mpegurl',
'.dll' : 'application/vnd.microsoft.portable-executable',
'.exe' : 'application/vnd.microsoft.portable-executable',
'.cab' : 'application/vnd.ms-cab-compressed',
'.xls' : 'application/vnd.ms-excel',
'.xlb' : 'application/vnd.ms-excel',
'.eot' : 'application/vnd.ms-fontobject',
'.chm' : 'application/vnd.ms-htmlhelp',
'.thmx' : 'application/vnd.ms-officetheme',
'.ppt' : 'application/vnd.ms-powerpoint',
'.pot' : 'application/vnd.ms-powerpoint',
'.ppa' : 'application/vnd.ms-powerpoint',
Expand Down
Loading