Issue 6149: Making OWA (hopefully) compatible with Hubzilla
This commit is contained in:
@@ -74,7 +74,7 @@ class Magic extends BaseModule
|
||||
$basepath = $exp[0];
|
||||
|
||||
$headers = [];
|
||||
$headers['Accept'] = 'application/x-dfrn+json';
|
||||
$headers['Accept'] = 'application/x-dfrn+json, application/x-zot+json';
|
||||
$headers['X-Open-Web-Auth'] = Strings::getRandomHex();
|
||||
|
||||
// Create a header that is signed with the local users private key.
|
||||
|
||||
@@ -86,6 +86,6 @@ class Owa extends BaseModule
|
||||
}
|
||||
}
|
||||
}
|
||||
System::jsonExit($ret, 'application/x-dfrn+json');
|
||||
System::jsonExit($ret, 'application/x-zot+json');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user