* Add ``application/sql`` and ``application/vnd.sqlite3``.
(Contributed by Charlie Lin in :gh:`145698`.)
* Add ``image/jxl``. (Contributed by Foolbar in :gh:`144213`.)
+* Add the following MIME types:
+
+ - ``application/vnd.ms-cab-compressed`` for ``.cab`` extension
+ - ``application/vnd.ms-htmlhelp`` for ``.chm`` extension
+ - ``application/vnd.ms-officetheme`` for ``.thmx`` extension
+
+ (Contributed by Charlie Lin in :gh:`145718`.)
+
* Rename ``application/x-texinfo`` to ``application/texinfo``.
(Contributed by Charlie Lin in :gh:`140165`.)
* Changed the MIME type for ``.ai`` files to ``application/pdf``.
'.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',