Support RSS feeds with application/xml MIME-type

This commit is contained in:
kowalcj0
2020-03-20 11:29:21 +00:00
committed by Max Kellermann
parent 8e6a21a9c2
commit 36a89e8fe7
2 changed files with 3 additions and 0 deletions

View File

@@ -162,6 +162,7 @@ static const char *const rss_suffixes[] = {
static const char *const rss_mime_types[] = {
"application/rss+xml",
"application/xml",
"text/xml",
nullptr
};