1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-12-04 14:46:47 -05:00

[download] brotli too

This commit is contained in:
Witold Filipczyk 2024-10-30 12:27:21 +01:00
parent d58c1400f3
commit 613fae25bb

View File

@ -1923,6 +1923,9 @@ static const char *compressed_types[] = {
#ifdef CONFIG_LZMA
"application/x-xz",
#endif
#ifdef CONFIG_BROTLI
"application/x-brotli",
#endif
#ifdef CONFIG_BZIP2
"application/x-bzip2",
#endif