Today I had a problem with CSRF protection of Djando and varnish, the varnish basically detects that a cookie (the CSRF) and does not perform its task (cache requests).
The solutions found on google have not convinced me. And I tried an idea, delete all cookies when I'm not on a website that requires cookies and delete on the rest.
Someone may find any inconvenient to this solution?
I do not need user authentication ...
thanks