mirror of
https://github.com/friendica/friendica
synced 2025-04-30 09:44:22 +02:00
Issue 12815: JsonLD parsing problems with data-integrity
This commit is contained in:
parent
3c1a3b1091
commit
f59e11281c
2 changed files with 75 additions and 0 deletions
|
@ -49,6 +49,9 @@ class JsonLD
|
|||
case 'https://w3id.org/identity/v1':
|
||||
$url = DI::basePath() . '/static/identity-v1.jsonld';
|
||||
break;
|
||||
case 'https://w3id.org/security/data-integrity/v1':
|
||||
$url = DI::basePath() . '/static/security-data-integrity-v1.jsonld';
|
||||
break;
|
||||
case 'https://www.w3.org/ns/activitystreams':
|
||||
$url = DI::basePath() . '/static/activitystreams.jsonld';
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue