Merge remote-tracking branch 'upstream/develop' into lemmy
This commit is contained in:
@@ -130,8 +130,8 @@ class Magic extends BaseModule
|
||||
}
|
||||
|
||||
$header = [
|
||||
'Accept' => ['application/x-dfrn+json', 'application/x-zot+json'],
|
||||
'X-Open-Web-Auth' => [Strings::getRandomHex()],
|
||||
'Accept' => 'application/x-dfrn+json, application/x-zot+json',
|
||||
'X-Open-Web-Auth' => Strings::getRandomHex()
|
||||
];
|
||||
|
||||
// Create a header that is signed with the local users private key.
|
||||
|
||||
Reference in New Issue
Block a user