diff options
author | lain <lain@soykaf.club> | 2023-12-22 11:04:25 +0000 |
---|---|---|
committer | lain <lain@soykaf.club> | 2023-12-22 11:04:25 +0000 |
commit | 5f1d70736711275ac9f0c95e5ada4cb2f1a96e11 (patch) | |
tree | 6833570d3e8adc622d8822b27bd2927b70fa059a /changelog.d/bad_inbox_request.change | |
parent | bd50892c25ac2491c848a644304b323c9eec183f (diff) | |
parent | f43f33e3078385084136295d2a3320efa6cb4134 (diff) | |
download | pleroma-5f1d70736711275ac9f0c95e5ada4cb2f1a96e11.tar.gz pleroma-5f1d70736711275ac9f0c95e5ada4cb2f1a96e11.zip |
Merge branch 'bad_inbox_request' into 'develop'
Return a 400 from a bad delivery attempt to the inbox
Closes #2884
See merge request pleroma/pleroma!4009
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 |