You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you use the `form helper </user_guide/helpers/form_helper.html>`_, then form_open() will automatically insert a hidden csrf field in your forms. So you do not have to upgrade this by yourself.
16
+
If you use the :doc:`form helper </helpers/form_helper>` and enable the CSRF filter globally, then ``form_open()`` will automatically insert a hidden CSRF field in your forms. So you do not have to upgrade this by yourself.
17
17
18
18
What has been changed
19
19
=====================
20
-
- The method to implement csrf tokens to html forms has been changed.
20
+
- The method to implement CSRF tokens to html forms has been changed.
21
21
22
22
Upgrade Guide
23
23
=============
24
-
1. To enable csrf protection in CI4 you have to enable it in ``app/Config/Filters.php``::
24
+
1. To enable CSRF protection in CI4 you have to enable it in ``app/Config/Filters.php``::
0 commit comments