mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
Only consider application/rss+xml internal with CONFIG_DOM
This commit is contained in:
parent
56d634b946
commit
4104f5d2f0
@ -1146,7 +1146,9 @@ struct {
|
||||
} static known_types[] = {
|
||||
{ "text/html", 0 },
|
||||
{ "application/xhtml+xml", 0 }, /* RFC 3236 */
|
||||
#if CONFIG_DOM
|
||||
{ "application/rss+xml", 0 },
|
||||
#endif
|
||||
{ "text/plain", 1 },
|
||||
{ NULL, 1 },
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user