mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-08 07:18:17 +02:00
Issue 6149: Making OWA (hopefully) compatible with Hubzilla
This commit is contained in:
parent
7e19506435
commit
8c6df8f156
4 changed files with 4 additions and 4 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue