You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.
some other fedi software allow enforcing that all GET requests with Accept: application/activity+json be signed, and will refuse to serve both unsigned requests, and signed requests from blocked / silenced / restricted instances.
Summary
some other fedi software allow enforcing that all GET requests with
Accept: application/activity+json
be signed, and will refuse to serve both unsigned requests, and signed requests from blocked / silenced / restricted instances.Purpose
Some writing about this: https://hub.sunny.garden/2023/06/28/what-does-authorized_fetch-actually-do/
and https://docs.joinmastodon.org/admin/config/#authorized_fetch
The main effect is to make it much harder for blocked instances (and random data harversters) to retrieve profiles and notes
(this feature was suggested by mia on Discord)
The text was updated successfully, but these errors were encountered: