Commit ff9198ee authored by Holly Becker's avatar Holly Becker Committed by Tim Graham
Browse files

Refs #26628 -- Documented CSRF failure logging.

parent d65e2899
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -211,6 +211,9 @@ The error page, however, is not very friendly, so you may want to provide your
own view for handling this condition.  To do this, simply set the
:setting:`CSRF_FAILURE_VIEW` setting.

CSRF failures are logged as warnings to the :ref:`django-request-logger`
logger.

.. _how-csrf-works:

How it works