nginx/conf
Thorben Werner Sjøstrøm Dahl d16164262a MIME: added audio/flac type.
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
2024-12-17 15:51:43 +01:00
..
fastcgi_params Added the REQUEST_SCHEME parameter. 2015-06-05 22:23:26 +03:00
fastcgi.conf Added the REQUEST_SCHEME parameter. 2015-06-05 22:23:26 +03:00
koi-utf nginx-0.3.55-RELEASE import 2006-07-28 15:16:17 +00:00
koi-win nginx-0.3.50-RELEASE import 2006-06-28 16:00:26 +00:00
mime.types MIME: added audio/flac type. 2024-12-17 15:51:43 +01:00
nginx.conf Whitespace fix. 2013-08-17 16:54:55 +04:00
scgi_params Added the REQUEST_SCHEME parameter. 2015-06-05 22:23:26 +03:00
uwsgi_params Added the REQUEST_SCHEME parameter. 2015-06-05 22:23:26 +03:00
win-utf Fixed a typo in win-utf. 2024-09-06 15:35:59 +04:00