diff options
| author | kaniini <nenolod@gmail.com> | 2018-09-01 23:48:55 +0000 |
|---|---|---|
| committer | kaniini <nenolod@gmail.com> | 2018-09-01 23:48:55 +0000 |
| commit | 3c7280934e3bdca8d5a870dc932406ccd9915d64 (patch) | |
| tree | 35c7f885e4003bb09de30f42afda05abbfcabc2d /test/fixtures | |
| parent | e4079abab8245c5b5a0987fbce9ab7cfd724f2d5 (diff) | |
| parent | 03e92977cb95ccc81b92c927049a3e4421917cd2 (diff) | |
| download | pleroma-3c7280934e3bdca8d5a870dc932406ccd9915d64.tar.gz pleroma-3c7280934e3bdca8d5a870dc932406ccd9915d64.zip | |
Merge branch 'security/activitypub-spoofing' into 'develop'
security: activitypub spoofing
See merge request pleroma/pleroma!321
Diffstat (limited to 'test/fixtures')
| -rw-r--r-- | test/fixtures/httpoison_mock/https__info.pleroma.site_activity.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/test/fixtures/httpoison_mock/https__info.pleroma.site_activity.json b/test/fixtures/httpoison_mock/https__info.pleroma.site_activity.json new file mode 100644 index 000000000..eab0341fe --- /dev/null +++ b/test/fixtures/httpoison_mock/https__info.pleroma.site_activity.json @@ -0,0 +1,14 @@ +{ + "@context": "https://www.w3.org/ns/activitystreams", + "actor": "https://mastodon.example.org/users/admin", + "attachment": [], + "attributedTo": "https://mastodon.example.org/users/admin", + "content": "<p>this post was not actually written by Haelwenn</p>", + "id": "https://info.pleroma.site/activity.json", + "published": "2018-09-01T22:15:00Z", + "tag": [], + "to": [ + "https://www.w3.org/ns/activitystreams#Public" + ], + "type": "Note" +} |
