disable csrf token for anonymous user #44
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: PlexSheep/gawa#44
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
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