mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
Associate .rss file extension with application/rss+xml
This commit is contained in:
parent
b150fa8c56
commit
7679ccd881
@ -97,6 +97,9 @@ static struct option_info default_mime_options[] = {
|
|||||||
#ifdef CONFIG_BITTORRENT
|
#ifdef CONFIG_BITTORRENT
|
||||||
INIT_OPT_MIME_EXTENSION("torrent", "application/x-bittorrent"),
|
INIT_OPT_MIME_EXTENSION("torrent", "application/x-bittorrent"),
|
||||||
#endif
|
#endif
|
||||||
|
#ifdef CONFIG_DOM
|
||||||
|
INIT_OPT_MIME_EXTENSION("rss", "application/rss+xml"),
|
||||||
|
#endif
|
||||||
|
|
||||||
NULL_OPTION_INFO,
|
NULL_OPTION_INFO,
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user