Mention CSRF in Overseerr docs (#37232)

Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
This commit is contained in:
Joost Lekkerkerker 2025-02-04 11:25:38 +01:00 committed by GitHub
parent fe255891ae
commit 11532e2846
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -132,8 +132,10 @@ In addition, the integration checks for updates every 5 minutes.
## Known limitations
Overseerr is only capable of having one webhook set up at a time.
There are a few known limitations for using the integration:
- Overseerr is only capable of having one webhook set up at a time.
This means you can only have 1 Home Assistant instance connected to your Overseerr instance at a time.
- The integration is not able to function with <abbr title="cross-site request forgery">CSRF</abbr> protection turned on. In Overseer, go to **Settings** and turn off the **CSRF Protection**.
## Remove integration
@ -145,5 +147,5 @@ This integration follows standard integration removal, no extra steps are requir
{% details "Failed to register Overseerr webhook" %}
Make sure you Overseerr instance is able to reach your Overseerr instance.
Make sure your Overseerr instance is able to reach your Home Assistant instance.
{% enddetails %}