summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorHasan Ramezani <hasan.r67@gmail.com>2021-01-12 09:44:36 +0100
committerGitHub <noreply@github.com>2021-01-12 09:44:36 +0100
commit64331419c848a8b6835b25f2c600d7150f722c96 (patch)
tree769a65d3838598be8536c043de142773d1323f74 /docs
parent16d27fb8064bf33141a54d16f609b62e4e187755 (diff)
Fixed #32311 -- Added system check for CSRF_FAILURE_VIEW setting.
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/checks.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/ref/checks.txt b/docs/ref/checks.txt
index 6b66b18112..a31bea19ba 100644
--- a/docs/ref/checks.txt
+++ b/docs/ref/checks.txt
@@ -495,6 +495,10 @@ The following checks are run if you use the :option:`check --deploy` option:
should consider enabling this header to protect user privacy.
* **security.E023**: You have set the :setting:`SECURE_REFERRER_POLICY` setting
to an invalid value.
+* **security.E024**: The CSRF failure view ``'path.to.view'`` does not take the
+ correct number of arguments.
+* **security.E025**: The CSRF failure view ``'path.to.view'`` could not be
+ imported.
The following checks verify that your security-related settings are correctly
configured: