fix: [feed] Accept more text content. Fix #5969

pull/6142/head
mokaddem 2020-07-21 10:10:08 +02:00
parent b2a2acd886
commit 3d2fd93de2
No known key found for this signature in database
GPG Key ID: 164C473F627A06FA
1 changed files with 1 additions and 1 deletions

View File

@ -523,7 +523,7 @@ class Feed extends AppModel
$result = array(
'header' => array(
'Accept' => array('application/json', 'text/plain'),
'Accept' => array('application/json', 'text/plain', 'text/*'),
'MISP-version' => $version,
'MISP-uuid' => Configure::read('MISP.uuid'),
)