Edit: Shipped! 🚀
https://github.com/pixelfed/pixelfed/pull/4933
Admins: We're about to ship a new Autospam feature to help mitigate spam from remote servers!
You should add the following to your .env so you're ready:
```
PF_AUTOSPAM_LIVE_FILTERS_ENABLED=true
PF_AUTOSPAM_LIVE_FILTERS_CSV="のプロフ 見て"
```
The last .env var is a comma separated list of content you want blocked!
Autospam Live Filters - block remote activities based on comma separated keywords by dansup · Pull Request #4933 · pixelfed/pixelfed
Allows admins to easily block activities containing specific keywords, helpful to mitigate spam attacks. How to enable Set PF_AUTOSPAM_LIVE_FILTERS_ENABLED=true in .env Set comma separated keyw...