1
0
mirror of https://github.com/rkd77/elinks.git synced 2025-02-02 15:09:23 -05:00

[download] application/x-bz2 for completeness

This commit is contained in:
Witold Filipczyk 2024-10-29 16:26:29 +01:00
parent 271984b760
commit b2cf5e839f

View File

@ -1922,6 +1922,9 @@ static const char *compressed_types[] = {
#endif
#ifdef CONFIG_LZMA
"application/x-xz",
#endif
#ifdef CONFIG_BZIP2
"application/x-bz2",
#endif
NULL
};