mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 08:14:51 +00:00
Update HttpSignature
This commit is contained in:
parent
9ffe5941d7
commit
66c0b3577f
1 changed files with 2 additions and 2 deletions
|
@ -18,12 +18,12 @@ class ActivityPubFetchService
|
|||
}
|
||||
|
||||
$baseHeaders = [
|
||||
'Accept' => 'application/activity+json',
|
||||
'Accept' => 'application/activity+json, application/ld+json',
|
||||
'User-Agent' => '(Pixelfed/'.config('pixelfed.version').'; +'.config('app.url').')'
|
||||
];
|
||||
|
||||
$headers = HttpSignature::instanceActorSign($url, false, $baseHeaders);
|
||||
$headers['Accept'] = 'application/activity+json';
|
||||
$headers['Accept'] = 'application/activity+json, application/ld+json';
|
||||
$headers['User-Agent'] = '(Pixelfed/'.config('pixelfed.version').'; +'.config('app.url').')';
|
||||
|
||||
try {
|
||||
|
|
Loading…
Reference in a new issue