diff options
author | Mark Felder <feld@feld.me> | 2023-12-19 13:53:10 -0500 |
---|---|---|
committer | Mark Felder <feld@feld.me> | 2023-12-19 13:56:17 -0500 |
commit | f43f33e3078385084136295d2a3320efa6cb4134 (patch) | |
tree | e943a2bc348691d9252c7e7316391e3953c0733a /changelog.d/bad_inbox_request.change | |
parent | 99b07c817e65d8855069a996777d41a9984f93bf (diff) | |
download | pleroma-f43f33e3078385084136295d2a3320efa6cb4134.tar.gz pleroma-f43f33e3078385084136295d2a3320efa6cb4134.zip |
Return a 400 from a bad delivery attempt to the inbox
This stops the backend from generating 500 errors from these events.
Diffstat (limited to 'changelog.d/bad_inbox_request.change')
-rw-r--r-- | changelog.d/bad_inbox_request.change | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/bad_inbox_request.change b/changelog.d/bad_inbox_request.change new file mode 100644 index 000000000..b81f60638 --- /dev/null +++ b/changelog.d/bad_inbox_request.change @@ -0,0 +1 @@ +Invalid activities delivered to the inbox will be rejected with a 400 Bad Request |