python: update qhelp

removing custom middleware stack
will _not_ enable CSRF protection
This commit is contained in:
Rasmus Lerchedahl Petersen
2022-03-25 11:49:06 +01:00
parent 85f1d92a0d
commit 778a88f32c

View File

@@ -47,7 +47,7 @@
<p>
The protecting middleware was probably commented out during a testing phase, when server-side token generation was not set up.
Simply commenting it back in (or remove the custom middleware stack) will enable CSRF protection.
Simply commenting it back in will enable CSRF protection.
</p>
</example>