HTML tags¶
Here we analyze, which types of HTML tags are allowed inside the content field. Sanitizing fields is desired behavior as seen in Section B.10 of ActivityPub.
Due to firefish using markdown to format their content, the displayed result in the details table can be a bit off, please consult the example.
Examples¶
Example 1¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture_one_actor/actor",
"to": [
"http://mitra/users/admin",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture_one_actor/actor/BIEZJSKIzSE",
"object": {
"type": "Note",
"attributedTo": "http://pasture_one_actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture_one_actor/actor/9YQWw-NLr0w",
"published": "2024-03-06T18:21:48Z",
"content": "<b>bold</b>"
}
}
mitra
{
"id": "018e1500-23fa-17b4-65c7-2af54bcebfcb",
"uri": "http://pasture_one_actor/actor/9YQWw-NLr0w",
"url": null,
"created_at": "2024-03-06T18:21:48Z",
"edited_at": null,
"account": {
"id": "018e14f5-f041-23ce-02af-d040b908c232",
"username": "actor",
"acct": "actor@pasture_one_actor",
"actor_id": "http://pasture_one_actor/actor",
"url": "http://pasture_one_actor/actor",
"display_name": "Test Actor",
"created_at": "2024-03-06T18:10:45.953735Z",
"note": "",
"avatar": null,
"header": null,
"locked": false,
"mention_policy": "none",
"bot": false,
"identity_proofs": [],
"payment_options": [],
"fields": [],
"emojis": [],
"followers_count": 0,
"following_count": 0,
"subscribers_count": 0,
"statuses_count": 29,
"source": null,
"role": null,
"authentication_methods": null,
"client_config": null
},
"content": "<b>bold</b>",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"visibility": "public",
"sensitive": false,
"spoiler_text": "",
"pinned": false,
"replies_count": 0,
"favourites_count": 0,
"reblogs_count": 0,
"media_attachments": [],
"mentions": [
{
"id": "018e14f4-d873-ad2f-57db-aa3652520cfb",
"username": "admin",
"acct": "admin",
"url": "http://mitra/users/admin"
}
],
"tags": [],
"emojis": [],
"favourited": false,
"reblogged": false,
"ipfs_cid": null,
"token_id": null,
"token_tx_id": null,
"links": []
}
Example 2¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture_one_actor/actor",
"to": [
"http://mitra/users/admin",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture_one_actor/actor/bLiW1BVusCU",
"object": {
"type": "Note",
"attributedTo": "http://pasture_one_actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture_one_actor/actor/hCyyGiAbjF4",
"published": "2024-03-06T18:22:09Z",
"content": "<i>italic</i>"
}
}
mitra
{
"id": "018e1500-721f-9c02-3962-91bd90352ea8",
"uri": "http://pasture_one_actor/actor/hCyyGiAbjF4",
"url": null,
"created_at": "2024-03-06T18:22:09Z",
"edited_at": null,
"account": {
"id": "018e14f5-f041-23ce-02af-d040b908c232",
"username": "actor",
"acct": "actor@pasture_one_actor",
"actor_id": "http://pasture_one_actor/actor",
"url": "http://pasture_one_actor/actor",
"display_name": "Test Actor",
"created_at": "2024-03-06T18:10:45.953735Z",
"note": "",
"avatar": null,
"header": null,
"locked": false,
"mention_policy": "none",
"bot": false,
"identity_proofs": [],
"payment_options": [],
"fields": [],
"emojis": [],
"followers_count": 0,
"following_count": 0,
"subscribers_count": 0,
"statuses_count": 30,
"source": null,
"role": null,
"authentication_methods": null,
"client_config": null
},
"content": "<i>italic</i>",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"visibility": "public",
"sensitive": false,
"spoiler_text": "",
"pinned": false,
"replies_count": 0,
"favourites_count": 0,
"reblogs_count": 0,
"media_attachments": [],
"mentions": [
{
"id": "018e14f4-d873-ad2f-57db-aa3652520cfb",
"username": "admin",
"acct": "admin",
"url": "http://mitra/users/admin"
}
],
"tags": [],
"emojis": [],
"favourited": false,
"reblogged": false,
"ipfs_cid": null,
"token_id": null,
"token_tx_id": null,
"links": []
}
Example 3¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture_one_actor/actor",
"to": [
"http://mitra/users/admin",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture_one_actor/actor/Ir0AltdEQvg",
"object": {
"type": "Note",
"attributedTo": "http://pasture_one_actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture_one_actor/actor/4w4iI8vbLOg",
"published": "2024-03-06T18:22:29Z",
"content": "<ol><li>ordered</li></ol>"
}
}
mitra
{
"id": "018e1500-c042-09a7-3049-cd36f9924b59",
"uri": "http://pasture_one_actor/actor/4w4iI8vbLOg",
"url": null,
"created_at": "2024-03-06T18:22:29Z",
"edited_at": null,
"account": {
"id": "018e14f5-f041-23ce-02af-d040b908c232",
"username": "actor",
"acct": "actor@pasture_one_actor",
"actor_id": "http://pasture_one_actor/actor",
"url": "http://pasture_one_actor/actor",
"display_name": "Test Actor",
"created_at": "2024-03-06T18:10:45.953735Z",
"note": "",
"avatar": null,
"header": null,
"locked": false,
"mention_policy": "none",
"bot": false,
"identity_proofs": [],
"payment_options": [],
"fields": [],
"emojis": [],
"followers_count": 0,
"following_count": 0,
"subscribers_count": 0,
"statuses_count": 31,
"source": null,
"role": null,
"authentication_methods": null,
"client_config": null
},
"content": "<ol><li>ordered</li></ol>",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"visibility": "public",
"sensitive": false,
"spoiler_text": "",
"pinned": false,
"replies_count": 0,
"favourites_count": 0,
"reblogs_count": 0,
"media_attachments": [],
"mentions": [
{
"id": "018e14f4-d873-ad2f-57db-aa3652520cfb",
"username": "admin",
"acct": "admin",
"url": "http://mitra/users/admin"
}
],
"tags": [],
"emojis": [],
"favourited": false,
"reblogged": false,
"ipfs_cid": null,
"token_id": null,
"token_tx_id": null,
"links": []
}
Example 4¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture_one_actor/actor",
"to": [
"http://mitra/users/admin",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture_one_actor/actor/TQeH5PqZe2w",
"object": {
"type": "Note",
"attributedTo": "http://pasture_one_actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture_one_actor/actor/mJ5ioUlEgxo",
"published": "2024-03-06T18:22:49Z",
"content": "<ul><li>unordered</li></ul>"
}
}
mitra
{
"id": "018e1501-0e56-1ab7-3e2f-11abe5d7fd26",
"uri": "http://pasture_one_actor/actor/mJ5ioUlEgxo",
"url": null,
"created_at": "2024-03-06T18:22:49Z",
"edited_at": null,
"account": {
"id": "018e14f5-f041-23ce-02af-d040b908c232",
"username": "actor",
"acct": "actor@pasture_one_actor",
"actor_id": "http://pasture_one_actor/actor",
"url": "http://pasture_one_actor/actor",
"display_name": "Test Actor",
"created_at": "2024-03-06T18:10:45.953735Z",
"note": "",
"avatar": null,
"header": null,
"locked": false,
"mention_policy": "none",
"bot": false,
"identity_proofs": [],
"payment_options": [],
"fields": [],
"emojis": [],
"followers_count": 0,
"following_count": 0,
"subscribers_count": 0,
"statuses_count": 32,
"source": null,
"role": null,
"authentication_methods": null,
"client_config": null
},
"content": "<ul><li>unordered</li></ul>",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"visibility": "public",
"sensitive": false,
"spoiler_text": "",
"pinned": false,
"replies_count": 0,
"favourites_count": 0,
"reblogs_count": 0,
"media_attachments": [],
"mentions": [
{
"id": "018e14f4-d873-ad2f-57db-aa3652520cfb",
"username": "admin",
"acct": "admin",
"url": "http://mitra/users/admin"
}
],
"tags": [],
"emojis": [],
"favourited": false,
"reblogged": false,
"ipfs_cid": null,
"token_id": null,
"token_tx_id": null,
"links": []
}
Example 5¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture_one_actor/actor",
"to": [
"http://mitra/users/admin",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture_one_actor/actor/mlJhNW1PDks",
"object": {
"type": "Note",
"attributedTo": "http://pasture_one_actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture_one_actor/actor/ahYCUe9WFg8",
"published": "2024-03-06T18:23:09Z",
"content": "<h1>h1</h1>"
}
}
mitra
{
"id": "018e1501-5c7e-6ba0-0ec5-989879c2516e",
"uri": "http://pasture_one_actor/actor/ahYCUe9WFg8",
"url": null,
"created_at": "2024-03-06T18:23:09Z",
"edited_at": null,
"account": {
"id": "018e14f5-f041-23ce-02af-d040b908c232",
"username": "actor",
"acct": "actor@pasture_one_actor",
"actor_id": "http://pasture_one_actor/actor",
"url": "http://pasture_one_actor/actor",
"display_name": "Test Actor",
"created_at": "2024-03-06T18:10:45.953735Z",
"note": "",
"avatar": null,
"header": null,
"locked": false,
"mention_policy": "none",
"bot": false,
"identity_proofs": [],
"payment_options": [],
"fields": [],
"emojis": [],
"followers_count": 0,
"following_count": 0,
"subscribers_count": 0,
"statuses_count": 33,
"source": null,
"role": null,
"authentication_methods": null,
"client_config": null
},
"content": "<h1>h1</h1>",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"visibility": "public",
"sensitive": false,
"spoiler_text": "",
"pinned": false,
"replies_count": 0,
"favourites_count": 0,
"reblogs_count": 0,
"media_attachments": [],
"mentions": [
{
"id": "018e14f4-d873-ad2f-57db-aa3652520cfb",
"username": "admin",
"acct": "admin",
"url": "http://mitra/users/admin"
}
],
"tags": [],
"emojis": [],
"favourited": false,
"reblogged": false,
"ipfs_cid": null,
"token_id": null,
"token_tx_id": null,
"links": []
}
Example 6¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture_one_actor/actor",
"to": [
"http://mitra/users/admin",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture_one_actor/actor/CoAAf-MMg6g",
"object": {
"type": "Note",
"attributedTo": "http://pasture_one_actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture_one_actor/actor/pbOFmwrPHJw",
"published": "2024-03-06T18:23:29Z",
"content": "<h2>h2</h2>"
}
}
mitra
{
"id": "018e1501-9713-f3c5-3081-9595121b8c76",
"uri": "http://pasture_one_actor/actor/pbOFmwrPHJw",
"url": null,
"created_at": "2024-03-06T18:23:29Z",
"edited_at": null,
"account": {
"id": "018e14f5-f041-23ce-02af-d040b908c232",
"username": "actor",
"acct": "actor@pasture_one_actor",
"actor_id": "http://pasture_one_actor/actor",
"url": "http://pasture_one_actor/actor",
"display_name": "Test Actor",
"created_at": "2024-03-06T18:10:45.953735Z",
"note": "",
"avatar": null,
"header": null,
"locked": false,
"mention_policy": "none",
"bot": false,
"identity_proofs": [],
"payment_options": [],
"fields": [],
"emojis": [],
"followers_count": 0,
"following_count": 0,
"subscribers_count": 0,
"statuses_count": 34,
"source": null,
"role": null,
"authentication_methods": null,
"client_config": null
},
"content": "<h2>h2</h2>",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"visibility": "public",
"sensitive": false,
"spoiler_text": "",
"pinned": false,
"replies_count": 0,
"favourites_count": 0,
"reblogs_count": 0,
"media_attachments": [],
"mentions": [
{
"id": "018e14f4-d873-ad2f-57db-aa3652520cfb",
"username": "admin",
"acct": "admin",
"url": "http://mitra/users/admin"
}
],
"tags": [],
"emojis": [],
"favourited": false,
"reblogged": false,
"ipfs_cid": null,
"token_id": null,
"token_tx_id": null,
"links": []
}
Example 7¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture_one_actor/actor",
"to": [
"http://mitra/users/admin",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture_one_actor/actor/03pbcsBuoTE",
"object": {
"type": "Note",
"attributedTo": "http://pasture_one_actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture_one_actor/actor/as_Igd4t4c0",
"published": "2024-03-06T18:23:49Z",
"content": "<h3>h3</h3>"
}
}
mitra
{
"id": "018e1501-f8bc-a3c2-e332-4cb4464d149e",
"uri": "http://pasture_one_actor/actor/as_Igd4t4c0",
"url": null,
"created_at": "2024-03-06T18:23:49Z",
"edited_at": null,
"account": {
"id": "018e14f5-f041-23ce-02af-d040b908c232",
"username": "actor",
"acct": "actor@pasture_one_actor",
"actor_id": "http://pasture_one_actor/actor",
"url": "http://pasture_one_actor/actor",
"display_name": "Test Actor",
"created_at": "2024-03-06T18:10:45.953735Z",
"note": "",
"avatar": null,
"header": null,
"locked": false,
"mention_policy": "none",
"bot": false,
"identity_proofs": [],
"payment_options": [],
"fields": [],
"emojis": [],
"followers_count": 0,
"following_count": 0,
"subscribers_count": 0,
"statuses_count": 35,
"source": null,
"role": null,
"authentication_methods": null,
"client_config": null
},
"content": "<h3>h3</h3>",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"visibility": "public",
"sensitive": false,
"spoiler_text": "",
"pinned": false,
"replies_count": 0,
"favourites_count": 0,
"reblogs_count": 0,
"media_attachments": [],
"mentions": [
{
"id": "018e14f4-d873-ad2f-57db-aa3652520cfb",
"username": "admin",
"acct": "admin",
"url": "http://mitra/users/admin"
}
],
"tags": [],
"emojis": [],
"favourited": false,
"reblogged": false,
"ipfs_cid": null,
"token_id": null,
"token_tx_id": null,
"links": []
}
Example 8¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture_one_actor/actor",
"to": [
"http://mitra/users/admin",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture_one_actor/actor/7kJ1zTLMDv4",
"object": {
"type": "Note",
"attributedTo": "http://pasture_one_actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture_one_actor/actor/DaTtmzsP_Mw",
"published": "2024-03-06T18:24:09Z",
"content": "<h4>h4</h4>"
}
}
mitra
{
"id": "018e1502-46df-961c-098f-d325d250ec0f",
"uri": "http://pasture_one_actor/actor/DaTtmzsP_Mw",
"url": null,
"created_at": "2024-03-06T18:24:09Z",
"edited_at": null,
"account": {
"id": "018e14f5-f041-23ce-02af-d040b908c232",
"username": "actor",
"acct": "actor@pasture_one_actor",
"actor_id": "http://pasture_one_actor/actor",
"url": "http://pasture_one_actor/actor",
"display_name": "Test Actor",
"created_at": "2024-03-06T18:10:45.953735Z",
"note": "",
"avatar": null,
"header": null,
"locked": false,
"mention_policy": "none",
"bot": false,
"identity_proofs": [],
"payment_options": [],
"fields": [],
"emojis": [],
"followers_count": 0,
"following_count": 0,
"subscribers_count": 0,
"statuses_count": 36,
"source": null,
"role": null,
"authentication_methods": null,
"client_config": null
},
"content": "<h4>h4</h4>",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"visibility": "public",
"sensitive": false,
"spoiler_text": "",
"pinned": false,
"replies_count": 0,
"favourites_count": 0,
"reblogs_count": 0,
"media_attachments": [],
"mentions": [
{
"id": "018e14f4-d873-ad2f-57db-aa3652520cfb",
"username": "admin",
"acct": "admin",
"url": "http://mitra/users/admin"
}
],
"tags": [],
"emojis": [],
"favourited": false,
"reblogged": false,
"ipfs_cid": null,
"token_id": null,
"token_tx_id": null,
"links": []
}
Example 9¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture_one_actor/actor",
"to": [
"http://mitra/users/admin",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture_one_actor/actor/yl4gpsZh9V8",
"object": {
"type": "Note",
"attributedTo": "http://pasture_one_actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture_one_actor/actor/XIFjqRrGkEQ",
"published": "2024-03-06T18:24:29Z",
"content": "<h5>h5</h5>"
}
}
mitra
{
"id": "018e1502-a87e-95e0-d351-dc90a169dff2",
"uri": "http://pasture_one_actor/actor/XIFjqRrGkEQ",
"url": null,
"created_at": "2024-03-06T18:24:29Z",
"edited_at": null,
"account": {
"id": "018e14f5-f041-23ce-02af-d040b908c232",
"username": "actor",
"acct": "actor@pasture_one_actor",
"actor_id": "http://pasture_one_actor/actor",
"url": "http://pasture_one_actor/actor",
"display_name": "Test Actor",
"created_at": "2024-03-06T18:10:45.953735Z",
"note": "",
"avatar": null,
"header": null,
"locked": false,
"mention_policy": "none",
"bot": false,
"identity_proofs": [],
"payment_options": [],
"fields": [],
"emojis": [],
"followers_count": 0,
"following_count": 0,
"subscribers_count": 0,
"statuses_count": 37,
"source": null,
"role": null,
"authentication_methods": null,
"client_config": null
},
"content": "<h5>h5</h5>",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"visibility": "public",
"sensitive": false,
"spoiler_text": "",
"pinned": false,
"replies_count": 0,
"favourites_count": 0,
"reblogs_count": 0,
"media_attachments": [],
"mentions": [
{
"id": "018e14f4-d873-ad2f-57db-aa3652520cfb",
"username": "admin",
"acct": "admin",
"url": "http://mitra/users/admin"
}
],
"tags": [],
"emojis": [],
"favourited": false,
"reblogged": false,
"ipfs_cid": null,
"token_id": null,
"token_tx_id": null,
"links": []
}
Example 10¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture_one_actor/actor",
"to": [
"http://mitra/users/admin",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture_one_actor/actor/3rKrmiEOUpA",
"object": {
"type": "Note",
"attributedTo": "http://pasture_one_actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture_one_actor/actor/SquvrUA3Yi0",
"published": "2024-03-06T18:24:49Z",
"content": "<code>code</code>"
}
}
mitra
{
"id": "018e1502-f6a5-bf65-de34-9c253820ccee",
"uri": "http://pasture_one_actor/actor/SquvrUA3Yi0",
"url": null,
"created_at": "2024-03-06T18:24:49Z",
"edited_at": null,
"account": {
"id": "018e14f5-f041-23ce-02af-d040b908c232",
"username": "actor",
"acct": "actor@pasture_one_actor",
"actor_id": "http://pasture_one_actor/actor",
"url": "http://pasture_one_actor/actor",
"display_name": "Test Actor",
"created_at": "2024-03-06T18:10:45.953735Z",
"note": "",
"avatar": null,
"header": null,
"locked": false,
"mention_policy": "none",
"bot": false,
"identity_proofs": [],
"payment_options": [],
"fields": [],
"emojis": [],
"followers_count": 0,
"following_count": 0,
"subscribers_count": 0,
"statuses_count": 38,
"source": null,
"role": null,
"authentication_methods": null,
"client_config": null
},
"content": "<code>code</code>",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"visibility": "public",
"sensitive": false,
"spoiler_text": "",
"pinned": false,
"replies_count": 0,
"favourites_count": 0,
"reblogs_count": 0,
"media_attachments": [],
"mentions": [
{
"id": "018e14f4-d873-ad2f-57db-aa3652520cfb",
"username": "admin",
"acct": "admin",
"url": "http://mitra/users/admin"
}
],
"tags": [],
"emojis": [],
"favourited": false,
"reblogged": false,
"ipfs_cid": null,
"token_id": null,
"token_tx_id": null,
"links": []
}
Example 11¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture_one_actor/actor",
"to": [
"http://mitra/users/admin",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture_one_actor/actor/hsqDRuRKKDw",
"object": {
"type": "Note",
"attributedTo": "http://pasture_one_actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture_one_actor/actor/WqF-lIz8OFs",
"published": "2024-03-06T18:25:09Z",
"content": "<pre>pre</pre>"
}
}
mitra
{
"id": "018e1503-313e-e35a-2c07-c7b42a3c058c",
"uri": "http://pasture_one_actor/actor/WqF-lIz8OFs",
"url": null,
"created_at": "2024-03-06T18:25:09Z",
"edited_at": null,
"account": {
"id": "018e14f5-f041-23ce-02af-d040b908c232",
"username": "actor",
"acct": "actor@pasture_one_actor",
"actor_id": "http://pasture_one_actor/actor",
"url": "http://pasture_one_actor/actor",
"display_name": "Test Actor",
"created_at": "2024-03-06T18:10:45.953735Z",
"note": "",
"avatar": null,
"header": null,
"locked": false,
"mention_policy": "none",
"bot": false,
"identity_proofs": [],
"payment_options": [],
"fields": [],
"emojis": [],
"followers_count": 0,
"following_count": 0,
"subscribers_count": 0,
"statuses_count": 39,
"source": null,
"role": null,
"authentication_methods": null,
"client_config": null
},
"content": "<pre>pre</pre>",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"visibility": "public",
"sensitive": false,
"spoiler_text": "",
"pinned": false,
"replies_count": 0,
"favourites_count": 0,
"reblogs_count": 0,
"media_attachments": [],
"mentions": [
{
"id": "018e14f4-d873-ad2f-57db-aa3652520cfb",
"username": "admin",
"acct": "admin",
"url": "http://mitra/users/admin"
}
],
"tags": [],
"emojis": [],
"favourited": false,
"reblogged": false,
"ipfs_cid": null,
"token_id": null,
"token_tx_id": null,
"links": []
}
Example 12¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture_one_actor/actor",
"to": [
"http://mitra/users/admin",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture_one_actor/actor/O8Ur5t8D99Q",
"object": {
"type": "Note",
"attributedTo": "http://pasture_one_actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture_one_actor/actor/OaZJkgwEtOk",
"published": "2024-03-06T18:25:29Z",
"content": "line<br/>break"
}
}
mitra
{
"id": "018e1503-7f5c-c217-7faf-fb13739dcef9",
"uri": "http://pasture_one_actor/actor/OaZJkgwEtOk",
"url": null,
"created_at": "2024-03-06T18:25:29Z",
"edited_at": null,
"account": {
"id": "018e14f5-f041-23ce-02af-d040b908c232",
"username": "actor",
"acct": "actor@pasture_one_actor",
"actor_id": "http://pasture_one_actor/actor",
"url": "http://pasture_one_actor/actor",
"display_name": "Test Actor",
"created_at": "2024-03-06T18:10:45.953735Z",
"note": "",
"avatar": null,
"header": null,
"locked": false,
"mention_policy": "none",
"bot": false,
"identity_proofs": [],
"payment_options": [],
"fields": [],
"emojis": [],
"followers_count": 0,
"following_count": 0,
"subscribers_count": 0,
"statuses_count": 40,
"source": null,
"role": null,
"authentication_methods": null,
"client_config": null
},
"content": "line<br>break",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"visibility": "public",
"sensitive": false,
"spoiler_text": "",
"pinned": false,
"replies_count": 0,
"favourites_count": 0,
"reblogs_count": 0,
"media_attachments": [],
"mentions": [
{
"id": "018e14f4-d873-ad2f-57db-aa3652520cfb",
"username": "admin",
"acct": "admin",
"url": "http://mitra/users/admin"
}
],
"tags": [],
"emojis": [],
"favourited": false,
"reblogged": false,
"ipfs_cid": null,
"token_id": null,
"token_tx_id": null,
"links": []
}
Example 13¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture_one_actor/actor",
"to": [
"http://mitra/users/admin",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture_one_actor/actor/3Ne6P4NpGBg",
"object": {
"type": "Note",
"attributedTo": "http://pasture_one_actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture_one_actor/actor/fnGh5wQid68",
"published": "2024-03-06T18:25:49Z",
"content": "<p>paragraph</p>"
}
}
mitra
{
"id": "018e1503-cd7c-d910-33dc-669384a43658",
"uri": "http://pasture_one_actor/actor/fnGh5wQid68",
"url": null,
"created_at": "2024-03-06T18:25:49Z",
"edited_at": null,
"account": {
"id": "018e14f5-f041-23ce-02af-d040b908c232",
"username": "actor",
"acct": "actor@pasture_one_actor",
"actor_id": "http://pasture_one_actor/actor",
"url": "http://pasture_one_actor/actor",
"display_name": "Test Actor",
"created_at": "2024-03-06T18:10:45.953735Z",
"note": "",
"avatar": null,
"header": null,
"locked": false,
"mention_policy": "none",
"bot": false,
"identity_proofs": [],
"payment_options": [],
"fields": [],
"emojis": [],
"followers_count": 0,
"following_count": 0,
"subscribers_count": 0,
"statuses_count": 41,
"source": null,
"role": null,
"authentication_methods": null,
"client_config": null
},
"content": "<p>paragraph</p>",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"visibility": "public",
"sensitive": false,
"spoiler_text": "",
"pinned": false,
"replies_count": 0,
"favourites_count": 0,
"reblogs_count": 0,
"media_attachments": [],
"mentions": [
{
"id": "018e14f4-d873-ad2f-57db-aa3652520cfb",
"username": "admin",
"acct": "admin",
"url": "http://mitra/users/admin"
}
],
"tags": [],
"emojis": [],
"favourited": false,
"reblogged": false,
"ipfs_cid": null,
"token_id": null,
"token_tx_id": null,
"links": []
}
Example 14¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture_one_actor/actor",
"to": [
"http://mitra/users/admin",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture_one_actor/actor/ohKuZOHfhCs",
"object": {
"type": "Note",
"attributedTo": "http://pasture_one_actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture_one_actor/actor/TU0mOQoaQ8I",
"published": "2024-03-06T18:26:09Z",
"content": "<small>small</small>"
}
}
mitra
{
"id": "018e1504-1b98-a8b2-c7d1-5863634f4ad2",
"uri": "http://pasture_one_actor/actor/TU0mOQoaQ8I",
"url": null,
"created_at": "2024-03-06T18:26:09Z",
"edited_at": null,
"account": {
"id": "018e14f5-f041-23ce-02af-d040b908c232",
"username": "actor",
"acct": "actor@pasture_one_actor",
"actor_id": "http://pasture_one_actor/actor",
"url": "http://pasture_one_actor/actor",
"display_name": "Test Actor",
"created_at": "2024-03-06T18:10:45.953735Z",
"note": "",
"avatar": null,
"header": null,
"locked": false,
"mention_policy": "none",
"bot": false,
"identity_proofs": [],
"payment_options": [],
"fields": [],
"emojis": [],
"followers_count": 0,
"following_count": 0,
"subscribers_count": 0,
"statuses_count": 42,
"source": null,
"role": null,
"authentication_methods": null,
"client_config": null
},
"content": "<small>small</small>",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"visibility": "public",
"sensitive": false,
"spoiler_text": "",
"pinned": false,
"replies_count": 0,
"favourites_count": 0,
"reblogs_count": 0,
"media_attachments": [],
"mentions": [
{
"id": "018e14f4-d873-ad2f-57db-aa3652520cfb",
"username": "admin",
"acct": "admin",
"url": "http://mitra/users/admin"
}
],
"tags": [],
"emojis": [],
"favourited": false,
"reblogged": false,
"ipfs_cid": null,
"token_id": null,
"token_tx_id": null,
"links": []
}
Example 15¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture_one_actor/actor",
"to": [
"http://mitra/users/admin",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture_one_actor/actor/zfr8Fogvhyg",
"object": {
"type": "Note",
"attributedTo": "http://pasture_one_actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture_one_actor/actor/iJfxJtQVwqY",
"published": "2024-03-06T18:26:30Z",
"content": "<sup>sup</sup>"
}
}
mitra
{
"id": "018e1504-69bc-5774-08a5-a3f60ffe519a",
"uri": "http://pasture_one_actor/actor/iJfxJtQVwqY",
"url": null,
"created_at": "2024-03-06T18:26:30Z",
"edited_at": null,
"account": {
"id": "018e14f5-f041-23ce-02af-d040b908c232",
"username": "actor",
"acct": "actor@pasture_one_actor",
"actor_id": "http://pasture_one_actor/actor",
"url": "http://pasture_one_actor/actor",
"display_name": "Test Actor",
"created_at": "2024-03-06T18:10:45.953735Z",
"note": "",
"avatar": null,
"header": null,
"locked": false,
"mention_policy": "none",
"bot": false,
"identity_proofs": [],
"payment_options": [],
"fields": [],
"emojis": [],
"followers_count": 0,
"following_count": 0,
"subscribers_count": 0,
"statuses_count": 43,
"source": null,
"role": null,
"authentication_methods": null,
"client_config": null
},
"content": "<sup>sup</sup>",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"visibility": "public",
"sensitive": false,
"spoiler_text": "",
"pinned": false,
"replies_count": 0,
"favourites_count": 0,
"reblogs_count": 0,
"media_attachments": [],
"mentions": [
{
"id": "018e14f4-d873-ad2f-57db-aa3652520cfb",
"username": "admin",
"acct": "admin",
"url": "http://mitra/users/admin"
}
],
"tags": [],
"emojis": [],
"favourited": false,
"reblogged": false,
"ipfs_cid": null,
"token_id": null,
"token_tx_id": null,
"links": []
}
Example 16¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture_one_actor/actor",
"to": [
"http://mitra/users/admin",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture_one_actor/actor/HjZDhKTHBGo",
"object": {
"type": "Note",
"attributedTo": "http://pasture_one_actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture_one_actor/actor/1t-RG0nF-bg",
"published": "2024-03-06T18:26:50Z",
"content": "<sub>sub</sub>"
}
}
mitra
{
"id": "018e1504-b7dc-9018-dc25-5134021bc1d9",
"uri": "http://pasture_one_actor/actor/1t-RG0nF-bg",
"url": null,
"created_at": "2024-03-06T18:26:50Z",
"edited_at": null,
"account": {
"id": "018e14f5-f041-23ce-02af-d040b908c232",
"username": "actor",
"acct": "actor@pasture_one_actor",
"actor_id": "http://pasture_one_actor/actor",
"url": "http://pasture_one_actor/actor",
"display_name": "Test Actor",
"created_at": "2024-03-06T18:10:45.953735Z",
"note": "",
"avatar": null,
"header": null,
"locked": false,
"mention_policy": "none",
"bot": false,
"identity_proofs": [],
"payment_options": [],
"fields": [],
"emojis": [],
"followers_count": 0,
"following_count": 0,
"subscribers_count": 0,
"statuses_count": 44,
"source": null,
"role": null,
"authentication_methods": null,
"client_config": null
},
"content": "<sub>sub</sub>",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"visibility": "public",
"sensitive": false,
"spoiler_text": "",
"pinned": false,
"replies_count": 0,
"favourites_count": 0,
"reblogs_count": 0,
"media_attachments": [],
"mentions": [
{
"id": "018e14f4-d873-ad2f-57db-aa3652520cfb",
"username": "admin",
"acct": "admin",
"url": "http://mitra/users/admin"
}
],
"tags": [],
"emojis": [],
"favourited": false,
"reblogged": false,
"ipfs_cid": null,
"token_id": null,
"token_tx_id": null,
"links": []
}
Example 17¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture_one_actor/actor",
"to": [
"http://mitra/users/admin",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture_one_actor/actor/OtoTSv1XZGM",
"object": {
"type": "Note",
"attributedTo": "http://pasture_one_actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture_one_actor/actor/e2vi-MHaXrM",
"published": "2024-03-06T18:27:10Z",
"content": "<a href='https://funfedi.dev'>funfedi</a>"
}
}
mitra
{
"id": "018e1505-05fb-a19c-ec54-365de04e0e8c",
"uri": "http://pasture_one_actor/actor/e2vi-MHaXrM",
"url": null,
"created_at": "2024-03-06T18:27:10Z",
"edited_at": null,
"account": {
"id": "018e14f5-f041-23ce-02af-d040b908c232",
"username": "actor",
"acct": "actor@pasture_one_actor",
"actor_id": "http://pasture_one_actor/actor",
"url": "http://pasture_one_actor/actor",
"display_name": "Test Actor",
"created_at": "2024-03-06T18:10:45.953735Z",
"note": "",
"avatar": null,
"header": null,
"locked": false,
"mention_policy": "none",
"bot": false,
"identity_proofs": [],
"payment_options": [],
"fields": [],
"emojis": [],
"followers_count": 0,
"following_count": 0,
"subscribers_count": 0,
"statuses_count": 45,
"source": null,
"role": null,
"authentication_methods": null,
"client_config": null
},
"content": "<a href=\"https://funfedi.dev\" rel=\"noopener\">funfedi</a>",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"visibility": "public",
"sensitive": false,
"spoiler_text": "",
"pinned": false,
"replies_count": 0,
"favourites_count": 0,
"reblogs_count": 0,
"media_attachments": [],
"mentions": [
{
"id": "018e14f4-d873-ad2f-57db-aa3652520cfb",
"username": "admin",
"acct": "admin",
"url": "http://mitra/users/admin"
}
],
"tags": [],
"emojis": [],
"favourited": false,
"reblogged": false,
"ipfs_cid": null,
"token_id": null,
"token_tx_id": null,
"links": []
}
Example 18¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture_one_actor/actor",
"to": [
"http://mitra/users/admin",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture_one_actor/actor/A6jedXwn2h4",
"object": {
"type": "Note",
"attributedTo": "http://pasture_one_actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture_one_actor/actor/VjTAGDA8XxM",
"published": "2024-03-06T18:27:30Z",
"content": "<script>alert('hi');</script>"
}
}
no result
Example 19¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture_one_actor/actor",
"to": [
"http://mitra/users/admin",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture_one_actor/actor/361fmRdqzBQ",
"object": {
"type": "Note",
"attributedTo": "http://pasture_one_actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture_one_actor/actor/iHfKpZM8Kwo",
"published": "2024-03-06T18:27:50Z",
"content": "<img src=\"http://pasture_one_actor/assets/nlnet.png\" alt=\"NLNET Logo\" />"
}
}
mitra
{
"id": "018e1505-a23d-a369-30ea-07d6c5f4a850",
"uri": "http://pasture_one_actor/actor/iHfKpZM8Kwo",
"url": null,
"created_at": "2024-03-06T18:27:50Z",
"edited_at": null,
"account": {
"id": "018e14f5-f041-23ce-02af-d040b908c232",
"username": "actor",
"acct": "actor@pasture_one_actor",
"actor_id": "http://pasture_one_actor/actor",
"url": "http://pasture_one_actor/actor",
"display_name": "Test Actor",
"created_at": "2024-03-06T18:10:45.953735Z",
"note": "",
"avatar": null,
"header": null,
"locked": false,
"mention_policy": "none",
"bot": false,
"identity_proofs": [],
"payment_options": [],
"fields": [],
"emojis": [],
"followers_count": 0,
"following_count": 0,
"subscribers_count": 0,
"statuses_count": 46,
"source": null,
"role": null,
"authentication_methods": null,
"client_config": null
},
"content": "http://pasture_one_actor/assets/nlnet.png",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"visibility": "public",
"sensitive": false,
"spoiler_text": "",
"pinned": false,
"replies_count": 0,
"favourites_count": 0,
"reblogs_count": 0,
"media_attachments": [],
"mentions": [
{
"id": "018e14f4-d873-ad2f-57db-aa3652520cfb",
"username": "admin",
"acct": "admin",
"url": "http://mitra/users/admin"
}
],
"tags": [],
"emojis": [],
"favourited": false,
"reblogged": false,
"ipfs_cid": null,
"token_id": null,
"token_tx_id": null,
"links": []
}
Example 20¶
no result
no result
Example 21¶
no result
no result
Example 22¶
no result
no result
Example 23¶
no result
no result
Example 24¶
no result
no result
Example 25¶
no result
no result
Example 26¶
no result
no result
Example 27¶
no result
no result
Example 28¶
no result
no result
Example 29¶
no result
no result
Example 30¶
no result
no result