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
commit 90b42c1692
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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