jshttp / mime-db

Media Type Database
MIT License
1.12k stars 260 forks source link

Update custom-types.json #346

Open pedro-php opened 4 hours ago

pedro-php commented 4 hours ago

Summary: This PR adds support for compressed types that, despite being deprecated by iana, are still being used by windows.

Added MIME Types:

Mime: application/x-zip-compressed Extension: zip Notes: Windows use this mime-type for Zip files instead of application/zip. Sources: (https://bugs.python.org/issue41738) (https://developer.mozilla.org/en-US/docs/Web/HTTP/MIME_types/Common_types)

application/x-compressed Extension: rar Notes: Windows 11 use this mime-type for RAR files instead of application/x-rar-compressed or application/vnd.rar