diff --git a/src/App/Mode.php b/src/App/Mode.php index 3341a412e2..e19de8f07f 100644 --- a/src/App/Mode.php +++ b/src/App/Mode.php @@ -38,7 +38,7 @@ class Mode const DBCONFIGAVAILABLE = 4; const MAINTENANCEDISABLED = 8; - const BACKEND_CONTENT_TYPES = ['application/jrd+json', 'application/xrd+xml', 'text/xml', + const BACKEND_CONTENT_TYPES = ['application/jrd+json', 'text/xml', 'application/rss+xml', 'application/atom+xml', 'application/activity+json']; /***