feat(api): Add x-forwarded-for and x-forwarded-proto support

This commit is contained in:
Jesse Wierzbinski 2025-12-11 01:19:08 +01:00
parent b35e54c9b4
commit 8ec1c6d027
No known key found for this signature in database
4 changed files with 36 additions and 1 deletions

View file

@ -6,6 +6,7 @@
- [x] 🥺 Emoji Reactions are now available! You can react to any note with custom emojis.
- [x] 🔎 Added support for [batch account data API](https://docs.joinmastodon.org/methods/accounts/#index).
- [x] 🛡️ Added support for `X-Forwarded-For` and `X-Forwarded-Proto` headers from trusted proxies.
### Backend