mirror of
https://github.com/friendica/friendica
synced 2025-05-01 21:44:27 +02:00
Issue 6168: "redir" now mostly use OWA
This commit is contained in:
parent
89f5a9c550
commit
491fc5f78a
6 changed files with 34 additions and 10 deletions
|
@ -27,7 +27,7 @@ class LDSignature
|
|||
}
|
||||
|
||||
$actor = JsonLD::fetchElement($data, 'actor', 'id');
|
||||
if (empty($actor)) {
|
||||
if (empty($actor) || !is_string($actor)) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue