If you’re familiar with extensions like trackmenot and AdNauseam, the TL;DR of this post is about extending their techniques to ActivityPub.
Poisoning is about changing the responses an instance sees when it is blocked, rather than outright rejecting the requests.
In fact, this technique already exists. You can use poisoning today with e.g. Support custom responses · Issue #1 · lexi-the-cute/block-meta-from-fedi · GitHub, but there is a caveat: this only provides passive protection. In other words, it only changes the responses that were actually requested.
We can go further. ActivityPub allows servers to push new posts out to followers on other instances. Thus, we can extend this technique to preemptively poison responses before they’re even requested. This would provide active protection, in the form of active poisoning.
Thoughts?