Cannot delete pages #56
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
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?
The page deletion form is not including the anti-CSRF token. (Post deletion works; this only affects pages.)
htmx v2 stopped including
form
bodies inDELETE
requests; we should remove anti-forgery checking from these routes.This has been completed for all
DELETE
routes.All routes verify that the object being deleted belongs to the current web log, and all verify a certain level of access within the current web log.