summaryrefslogtreecommitdiff
path: root/test/fixtures/tesla_mock/webfinger_spoof.json
blob: 7c2a11f69b730eab10054f393c21e0c80948fa28 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
  "aliases": [
    "https://gleasonator.com/users/alex",
    "https://mitra.social/users/alex"
  ],
  "links": [
    {
      "href": "https://gleasonator.com/users/alex",
      "rel": "http://webfinger.net/rel/profile-page",
      "type": "text/html"
    },
    {
      "href": "https://gleasonator.com/users/alex",
      "rel": "self",
      "type": "application/activity+json"
    },
    {
      "href": "https://gleasonator.com/users/alex",
      "rel": "self",
      "type": "application/ld+json; profile=\"https://www.w3.org/ns/activitystreams\""
    },
    {
      "rel": "http://ostatus.org/schema/1.0/subscribe",
      "template": "https://gleasonator.com/ostatus_subscribe?acct={uri}"
    }
  ],
  "subject": "acct:trump@whitehouse.gov"
}