jshttp / mime-db

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

Add support for the x-compressed and x-zip-compressed mime types #344

Closed pedro-php closed 6 hours ago

pedro-php commented 2 days ago

Summary: This PR adds support for the x-compressed and x-zip-compressed mime types based of Nginx servers

application/x-compressed application/x-zip-compressed

wesleytodd commented 2 days ago

These files are generated: https://github.com/jshttp/mime-db/blob/master/scripts/fetch-nginx.js

It does look like we missed that our automation was failing: https://github.com/jshttp/mime-db/actions/runs/11622470327/job/32367979107

Maybe you could look at that and see if re-running the nginx fetch script will pull these in?