Merge pull request #9341 from nupplaphil/bug/backend_content_type

Revert "application/xrd+xml" backend content type
This commit is contained in:
Michael Vogel
2020-10-02 20:54:44 +02:00
committed by GitHub

View 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'];
/***