Compare commits
3 commits
6ad68ed14d
...
8384b74696
Author | SHA1 | Date | |
---|---|---|---|
|
8384b74696 | ||
c5e3d1f047 | |||
cbfcfb3349 |
1 changed files with 1 additions and 1 deletions
|
@ -208,7 +208,7 @@ function blockbot_log_activitypub(string $url, string $agent)
|
|||
blockbot_save('activitypub-inbox-agents', $agent);
|
||||
}
|
||||
|
||||
if (!empty($_SERVER['HTTP_SIGNATURE']) && !empty(HTTPSignature::getSigner('', $_SERVER))) {
|
||||
if (!empty($_SERVER['HTTP_SIGNATURE']) && !empty(HTTPSignature::getSigner('', $_SERVER, false))) {
|
||||
blockbot_save('activitypub-signature-agents', $agent);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue