Feature: An ActivityPub S2C plugin #6

Open
opened 2022-09-01 19:09:15 +00:00 by emacsen · 2 comments
emacsen commented 2022-09-01 19:09:15 +00:00 (Migrated from gitlab.com)

Right now there's no easy way to determine if an Activity belongs to S2S or C2S traffic.

The simple way would be to know if the destination is an outbox. Outboxes may be named anything, but one simple approach would be to see if the URL path ends with /outbox and then allow the traffic through without further examination.

This /outbox parameter should probably be configurable, but is likely to work in most cases, allowing AC to work seamlessly with these implementations.

Right now there's no easy way to determine if an Activity belongs to S2S or C2S traffic. The simple way would be to know if the destination is an `outbox`. Outboxes may be named anything, but one simple approach would be to see if the URL path ends with `/outbox` and then allow the traffic through without further examination. This `/outbox` parameter should probably be configurable, but is likely to work in most cases, allowing AC to work seamlessly with these implementations.
emacsen commented 2022-10-18 18:54:29 +00:00 (Migrated from gitlab.com)

assigned to @emacsen

assigned to @emacsen
emacsen commented 2025-06-06 13:41:57 +00:00 (Migrated from gitlab.com)

unassigned @emacsen

unassigned @emacsen
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
babka/activitycolander#6
No description provided.