X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FUtil%2FJsonLD.php;h=427205958f846d5bfa7ac101d751a88fba0d39bf;hb=e1863951986ba5be173758324a00652bc5af870c;hp=beb01f0cc1106f54683ed1454e15e9a8f1d8b111;hpb=407e6389b3ba1ed2268d06e8dc7798f12f5e9bfc;p=friendica.git diff --git a/src/Util/JsonLD.php b/src/Util/JsonLD.php index beb01f0cc1..427205958f 100644 --- a/src/Util/JsonLD.php +++ b/src/Util/JsonLD.php @@ -46,6 +46,12 @@ class JsonLD case 'https://w3id.org/security/v1': $url = DI::basePath() . '/static/security-v1.jsonld'; break; + case 'https://w3id.org/security/data-integrity/v1': + $url = DI::basePath() . '/static/security-data-integrity-v1.jsonld'; + break; + case 'https://w3id.org/security/multikey/v1': + $url = DI::basePath() . '/static/security-multikey-v1.jsonld'; + break; case 'https://w3id.org/identity/v1': $url = DI::basePath() . '/static/identity-v1.jsonld'; break;