fix(slideshow): stuur CSRF-token mee in favorite/trash/collection-acties #66
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/slideshow-actions-csrf"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
SlideshowActions deed muterende fetches naar /api/slideshow/* zonder
x-csrf-tokenheader; de proxy weigert die met 403 (zichtbaar als "Actie mislukt"). Fix:readCsrfToken()meesturen, zelfde patroon als de Immich-componenten. Pre-bestond de reconciliatie; gevonden in de rooktest.