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:
parent
d58c1400f3
commit
613fae25bb
@ -1923,6 +1923,9 @@ static const char *compressed_types[] = {
|
|||||||
#ifdef CONFIG_LZMA
|
#ifdef CONFIG_LZMA
|
||||||
"application/x-xz",
|
"application/x-xz",
|
||||||
#endif
|
#endif
|
||||||
|
#ifdef CONFIG_BROTLI
|
||||||
|
"application/x-brotli",
|
||||||
|
#endif
|
||||||
#ifdef CONFIG_BZIP2
|
#ifdef CONFIG_BZIP2
|
||||||
"application/x-bzip2",
|
"application/x-bzip2",
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user