We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 354dc67 commit d531b39Copy full SHA for d531b39
1 file changed
user_guide_src/source/libraries/security.rst
@@ -121,6 +121,9 @@ Redirection on Failure
121
Since v4.3.0, when a request fails the CSRF validation check,
122
it will throw a SecurityException by default,
123
124
+.. note:: In production environment, it is recommended to enable this redirection
125
+ for a better user experience.
126
+
127
If you want to make it redirect to the previous page,
128
change the following config parameter value in
129
**app/Config/Security.php**:
0 commit comments