testing.conf 178 B

1234567
  1. include "application.conf"
  2. # TODO: Fix CSRF in tests
  3. #play.filters.disabled += "play.filters.csrf.CSRFFilter"
  4. play.filters.csrf.header.bypassHeaders {
  5. Csrf-Token = "nocheck"
  6. }