79412054

Date: 2025-02-04 14:38:13
Score: 0.5
Natty:
Report link

I couldn't get it to work with any CRSF settings when I tried. Eventually I disabled the check in Django. This is not secure of course..

Add this to your pySentryConf:

MIDDLEWARE = [
  middleware for middleware in MIDDLEWARE if middleware != "django.middleware.csrf.CsrfViewMiddleware"
]
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Alex R