diff options
| author | lambda <pleromagit@rogerbraun.net> | 2018-11-17 18:33:09 +0000 |
|---|---|---|
| committer | lambda <pleromagit@rogerbraun.net> | 2018-11-17 18:33:09 +0000 |
| commit | a960983815b8798632fc489b762f760738cf798b (patch) | |
| tree | 2f1bfbc9e90fce24707eda378c566c6554603e58 /test/fixtures/httpoison_mock/https__info.pleroma.site_activity3.json | |
| parent | 05967472f296fc782c15f0d8ebbeaeadb03b0f8c (diff) | |
| parent | b483ae0a724a2b76e8c61f63a96d7867339dacb1 (diff) | |
| download | pleroma-a960983815b8798632fc489b762f760738cf798b.tar.gz pleroma-a960983815b8798632fc489b762f760738cf798b.zip | |
Merge branch 'security/actor-containment' into 'develop'
security hotfix: actor containment
See merge request pleroma/pleroma!460
Diffstat (limited to 'test/fixtures/httpoison_mock/https__info.pleroma.site_activity3.json')
| -rw-r--r-- | test/fixtures/httpoison_mock/https__info.pleroma.site_activity3.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/test/fixtures/httpoison_mock/https__info.pleroma.site_activity3.json b/test/fixtures/httpoison_mock/https__info.pleroma.site_activity3.json new file mode 100644 index 000000000..1df73f2c5 --- /dev/null +++ b/test/fixtures/httpoison_mock/https__info.pleroma.site_activity3.json @@ -0,0 +1,13 @@ +{ + "@context": "https://www.w3.org/ns/activitystreams", + "attributedTo": "http://mastodon.example.org/users/admin", + "attachment": [], + "content": "<p>this post was not actually written by Haelwenn</p>", + "id": "https://info.pleroma.site/activity2.json", + "published": "2018-09-01T22:15:00Z", + "tag": [], + "to": [ + "https://www.w3.org/ns/activitystreams#Public" + ], + "type": "Note" +} |
