Open pedro-php opened 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
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