FoundKey/packages
Johann150 624157f03e
server: forbid activitypub requests on unexpected routes
ActivityPub requests on routes which do not support activitypub
are now replying with HTTP status code 406 "Not Acceptable".

ActivityPub clients are required by the W3C TR to set the `Accept`
header. If this accept header is detected on an unexpected route,
the whole request will be aborted with the status code above.

This is an additional measure for clients who might not be aware of
having to check the content-type header of the reply.

Ref: https://github.com/w3c/activitypub/issues/432
Changelog: Security
2024-03-26 21:05:13 +01:00
..
backend server: forbid activitypub requests on unexpected routes 2024-03-26 21:05:13 +01:00
client more compact notifications 2024-03-19 19:09:34 +01:00
foundkey-js remove unused hashtag chart 2024-03-17 16:48:36 +01:00
shared disable lint '@typescript-eslint/no-explicit-any' 2023-05-07 14:28:24 +02:00
sw 13.0.0-preview6 2023-07-02 11:13:19 +02:00
meta.json refactoring 2021-11-12 02:02:25 +09:00