1. 18 Mar, 2015 1 commit
  2. 16 Mar, 2015 1 commit
    • Skip CSRF referer check for cross-domain requests. · b625e8e3
      This commit extends the workaround in `cors_csrf` middleware
      to Django Rest Framework's SessionAuthentication, which
      calls Django's CSRF middleware directly.
      
      The workaround checks the cross domain whitelist and
      skips the CSRF referer check for domains on the whitelist.
      Will Daly committed