jshttp / mime-db

Media Type Database
MIT License
1.09k stars 256 forks source link

fix: make `application/vnd.unity` compressible #324

Closed styfle closed 1 month ago

styfle commented 3 months ago

The Unity documentation mentions both gzip and brotli are recommended when serving .unityweb files.

https://docs.unity3d.com/Manual/webgl-deploying.html

styfle commented 3 months ago

@dougwilson @UlisesGascon Is this the correct file to edit when adding compressible?

Let me know if I need to change anything, thanks!