Search code examples
djangocsrf

Completely disable Django's CSRF protection in SVN Trunk


I've spend a few hours in frustration, trying to disable the CSRF which Django now tries to force on me, to no avail. Had anyone else tried this with more success? I'm fine with anything that works, except for a source patch (but monkeypatches are okay).


Solution

  • Don't do it. But if you must, try this.