Skip to content

Commit 1ebc173

Browse files
committed
docs: add links to other pages
1 parent 0ca3ef9 commit 1ebc173

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

user_guide_src/source/incoming/filters.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ In this example, the array ``['dual', 'noreturn']`` will be passed in ``$argumen
200200
Provided Filters
201201
****************
202202

203-
The filters bundled with CodeIgniter4 are: ``Honeypot``, ``CSRF``, ``InvalidChars``, ``SecureHeaders``, and ``DebugToolbar``.
203+
The filters bundled with CodeIgniter4 are: :doc:`Honeypot <../libraries/honeypot>`, :ref:`CSRF <cross-site-request-forgery>`, ``InvalidChars``, ``SecureHeaders``, and :ref:`DebugToolbar <the-debug-toolbar>`.
204204

205205
.. note:: The filters are executed in the order defined in the config file. However, if enabled, ``DebugToolbar`` is always executed last because it should be able to capture everything that happens in the other filters.
206206

user_guide_src/source/libraries/security.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ If you find a case where you do need direct access though, you may load it throu
1919

2020
$security = \Config\Services::security();
2121

22+
.. _cross-site-request-forgery:
23+
2224
*********************************
2325
Cross-site request forgery (CSRF)
2426
*********************************

0 commit comments

Comments
 (0)