]> git.mxchange.org Git - friendica.git/blobdiff - src/Util/JsonLD.php
Update function / rearrange tab order
[friendica.git] / src / Util / JsonLD.php
index beb01f0cc1106f54683ed1454e15e9a8f1d8b111..427205958f846d5bfa7ac101d751a88fba0d39bf 100644 (file)
@@ -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;