Update src/Module/Magic.php
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
This commit is contained in:
parent
54c530933d
commit
7fd1db0ec6
|
@ -140,7 +140,7 @@ class Magic extends BaseModule
|
||||||
|
|
||||||
$accept_headers = ['application/x-dfrn+json', 'application/x-zot+json'];
|
$accept_headers = ['application/x-dfrn+json', 'application/x-zot+json'];
|
||||||
$header = [
|
$header = [
|
||||||
'Accept' => $accept_headers, // ['application/x-dfrn+json', 'application/x-zot+json'],
|
'Accept' => $accept_headers,
|
||||||
'X-Open-Web-Auth' => [Strings::getRandomHex()],
|
'X-Open-Web-Auth' => [Strings::getRandomHex()],
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue