diff options
| author | marcin mikołajczak <git@mkljczk.pl> | 2024-07-28 13:41:58 +0200 |
|---|---|---|
| committer | marcin mikołajczak <git@mkljczk.pl> | 2024-07-28 13:41:58 +0200 |
| commit | ad8c26f6c285412be041b7dcaeefa8741d3a6e57 (patch) | |
| tree | 041e9af5f9b64215f12d195d6c98b548b0c1b622 /test/fixtures/webfinger | |
| parent | 7620b520c13a1c204810cf0cfe6a7b70b9a1c59d (diff) | |
| parent | 6876761837bad399758cd6a93be5bf5cc8a81cef (diff) | |
| download | pleroma-ad8c26f6c285412be041b7dcaeefa8741d3a6e57.tar.gz pleroma-ad8c26f6c285412be041b7dcaeefa8741d3a6e57.zip | |
Merge remote-tracking branch 'origin/develop' into post-languages
Diffstat (limited to 'test/fixtures/webfinger')
| -rw-r--r-- | test/fixtures/webfinger/graf-imposter-webfinger.json | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/test/fixtures/webfinger/graf-imposter-webfinger.json b/test/fixtures/webfinger/graf-imposter-webfinger.json new file mode 100644 index 000000000..e7010f606 --- /dev/null +++ b/test/fixtures/webfinger/graf-imposter-webfinger.json @@ -0,0 +1,41 @@ +{ + "subject": "acct:graf@poa.st", + "aliases": [ + "https://fba.ryona.agenc/webfingertest" + ], + "links": [ + { + "rel": "http://webfinger.net/rel/profile-page", + "type": "text/html", + "href": "https://fba.ryona.agenc/webfingertest" + }, + { + "rel": "self", + "type": "application/activity+json", + "href": "https://fba.ryona.agenc/webfingertest" + }, + { + "rel": "http://ostatus.org/schema/1.0/subscribe", + "template": "https://fba.ryona.agenc/contact/follow?url={uri}" + }, + { + "rel": "http://schemas.google.com/g/2010#updates-from", + "type": "application/atom+xml", + "href": "" + }, + { + "rel": "salmon", + "href": "https://fba.ryona.agenc/salmon/friendica" + }, + { + "rel": "http://microformats.org/profile/hcard", + "type": "text/html", + "href": "https://fba.ryona.agenc/hcard/friendica" + }, + { + "rel": "http://joindiaspora.com/seed_location", + "type": "text/html", + "href": "https://fba.ryona.agenc" + } + ] +} |
