1
0
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:
Jonas Fonseca 2005-12-20 17:00:33 +01:00 committed by Jonas Fonseca
parent b150fa8c56
commit 7679ccd881

View File

@ -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,
}; };