Skip to content

Commit 0cff548

Browse files
authored
Merge pull request #3962 from kenjis/fix-user-guide-filters
Fix Provided Filter name in user guide
2 parents e8be139 + e862800 commit 0cff548

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

user_guide_src/source/incoming/filters.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,6 @@ In this example, the array ``['dual', 'noreturn']`` will be passed in ``$argumen
197197
Provided Filters
198198
****************
199199

200-
Three filters are bundled with CodeIgniter4: ``Honeypot``, ``Security``, and ``DebugToolbar``.
200+
Three filters are bundled with CodeIgniter4: ``Honeypot``, ``CSRF``, and ``DebugToolbar``.
201201

202202
.. note:: The filters are executed in the declared order that is defined in the config file, but there is one exception to this and it concerns the ``DebugToolbar``, which is always executed last. This is because ``DebugToolbar`` should be able to register everything that happens in other filters.

0 commit comments

Comments
 (0)