Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Prowlarr/commit/e2d6d374abf9d387d5ca25238d6b28fdeeb745b9 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Update HttpAccept.Rss to include application/xml

pull/2/head
Mark McDowall 9 years ago
parent d3adb7ac40
commit e2d6d374ab

@ -4,7 +4,7 @@ namespace NzbDrone.Common.Http
{
public sealed class HttpAccept
{
public static readonly HttpAccept Rss = new HttpAccept("application/rss+xml, text/rss+xml, text/xml");
public static readonly HttpAccept Rss = new HttpAccept("application/rss+xml, text/rss+xml, application/xml, text/xml");
public static readonly HttpAccept Json = new HttpAccept("application/json");
public static readonly HttpAccept Html = new HttpAccept("text/html");

Loading…
Cancel
Save