From: Philipp Date: Fri, 2 Oct 2020 18:14:57 +0000 (+0200) Subject: Revert "application/xrd+xml" backend content type X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=54c895ad3e3fa3bfd97fd17f61bb27e8a77fce3b;p=friendica.git Revert "application/xrd+xml" backend content type --- 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']; /***