|
@@ -176,7 +176,7 @@ class InboxValidator implements ShouldQueue
|
|
if(Helpers::validateUrl($actor->remote_url) == false) {
|
|
if(Helpers::validateUrl($actor->remote_url) == false) {
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
- $res = Zttp::timeout(5)->withHeaders([
|
|
|
|
|
|
+ $res = Zttp::timeout(60)->withHeaders([
|
|
'Accept' => 'application/ld+json; profile="https://www.w3.org/ns/activitystreams"',
|
|
'Accept' => 'application/ld+json; profile="https://www.w3.org/ns/activitystreams"',
|
|
'User-Agent' => 'PixelfedBot v0.1 - https://pixelfed.org',
|
|
'User-Agent' => 'PixelfedBot v0.1 - https://pixelfed.org',
|
|
])->get($actor->remote_url);
|
|
])->get($actor->remote_url);
|