disable csrf token for anonymous user #44
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
not planned
question
Task
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: PlexSheep/gawa#44
Loading…
Add table
Reference in a new issue
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?
There is no need for anonymous users to have any cookies. Only the admin panel and other parts of the webapp only accessible to admins should use csrf protection.
Documentation for django csrf: https://docs.djangoproject.com/en/4.2/ref/csrf/
seemingly django does not support this