Re: FR: Setting for CSRF Header (pull-request included)

2013-12-02 Thread Wesley Alvaro
need to config a couple settings when I start off > with Angular. (Another being setting X-Requested-With so request.is_ajax > works as expected). > > > On Fri, Nov 22, 2013 at 2:28 PM, Wesley Alvaro > > > wrote: > >> I've been using AngularJS with Django, bu

FR: Setting for CSRF Header (pull-request included)

2013-11-22 Thread Wesley Alvaro
I've been using AngularJS with Django, but I have to override the default CSRF cookie/header values in AngularJS since only one of the values (the cookie name) can be overridden in Django. This is a humble request to add a setting for the CSRF header name so that I can maintain it as my "Angula