mirror of
https://github.com/friendica/friendica
synced 2025-05-01 21:04:23 +02:00
Fix ActivityPub with Nextcloud
This commit is contained in:
parent
b6623216f0
commit
c485ca6f06
2 changed files with 3 additions and 0 deletions
|
@ -204,6 +204,8 @@ class HTTPSignature
|
|||
|
||||
if (preg_match('/algorithm="(.*?)"/ism', $header, $matches)) {
|
||||
$ret['algorithm'] = $matches[1];
|
||||
} else {
|
||||
$ret['algorithm'] = 'rsa-sha256';
|
||||
}
|
||||
|
||||
if (preg_match('/headers="(.*?)"/ism', $header, $matches)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue