From 54c895ad3e3fa3bfd97fd17f61bb27e8a77fce3b Mon Sep 17 00:00:00 2001 From: Philipp Date: Fri, 2 Oct 2020 20:14:57 +0200 Subject: [PATCH] Revert "application/xrd+xml" backend content type --- src/App/Mode.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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']; /***