diff options
author | lain <lain@soykaf.club> | 2020-04-16 15:21:47 +0200 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-04-16 15:21:47 +0200 |
commit | e2ced0491770d6260fe51d5144b81200fd97f268 (patch) | |
tree | 25871bbf5cfae30207f99b045d574827d83c6a8e /test/fixtures/create-chat-message.json | |
parent | 3d4eca5dd4be297f03c244497d78db03e82a9d81 (diff) | |
download | pleroma-e2ced0491770d6260fe51d5144b81200fd97f268.tar.gz pleroma-e2ced0491770d6260fe51d5144b81200fd97f268.zip |
ChatMessages: Better validation.
Diffstat (limited to 'test/fixtures/create-chat-message.json')
-rw-r--r-- | test/fixtures/create-chat-message.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fixtures/create-chat-message.json b/test/fixtures/create-chat-message.json index 4aa17f4a5..2e4608f43 100644 --- a/test/fixtures/create-chat-message.json +++ b/test/fixtures/create-chat-message.json @@ -3,7 +3,7 @@ "id": "http://2hu.gensokyo/objects/1", "object": { "attributedTo": "http://2hu.gensokyo/users/raymoo", - "content": "You expected a cute girl? Too bad.", + "content": "You expected a cute girl? Too bad. <script>alert('XSS')</script>", "id": "http://2hu.gensokyo/objects/2", "published": "2020-02-12T14:08:20Z", "to": [ |