Revert "application/xrd+xml" backend content type
authorPhilipp <admin@philipp.info>
Fri, 2 Oct 2020 18:14:57 +0000 (20:14 +0200)
committerPhilipp <admin@philipp.info>
Fri, 2 Oct 2020 18:14:57 +0000 (20:14 +0200)
src/App/Mode.php

index 3341a41..e19de8f 100644 (file)
@@ -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'];
 
        /***