Skip to content

Commit 349bd90

Browse files
committed
docs: add InvalidChars in Provided Filters
1 parent 871e499 commit 349bd90

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
@@ -193,6 +193,6 @@ In this example, the array ``['dual', 'noreturn']`` will be passed in ``$argumen
193193
Provided Filters
194194
****************
195195

196-
Three filters are bundled with CodeIgniter4: ``Honeypot``, ``CSRF``, and ``DebugToolbar``.
196+
Three filters are bundled with CodeIgniter4: ``Honeypot``, ``CSRF``, ``DebugToolbar``, ``InvalidChars``.
197197

198198
.. 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)