mirror of
https://github.com/nginx/nginx.git
synced 2025-07-20 19:27:29 +08:00
![]() Chrome and other browsers implementing Opaque Request Blocking block `<audio>` elements from playing if it cannot guess it is an audio file and the Content-Type header does not say it is that [1]. This is currently the case for FLAC files served by Nginx instances configured to use the included `mime.types` file. Chrome is unable to guess a file's type if the server responds with 206 Partial Content, which is typically the case for FLAC files. The `audio/flac` MIME type is officially registered by IANA [2]. FLAC files are supported by browsers used by 97.87% of the world's population [3]. [1]: https://groups.google.com/a/chromium.org/g/blink-dev/c/ScjhKz3Z6U4/m/5i_0V7ogAwAJ [2]: https://www.iana.org/assignments/media-types/audio/flac [3]: https://caniuse.com/flac |
||
---|---|---|
.. | ||
fastcgi_params | ||
fastcgi.conf | ||
koi-utf | ||
koi-win | ||
mime.types | ||
nginx.conf | ||
scgi_params | ||
uwsgi_params | ||
win-utf |