Skip to content

Commit 0ea008b

Browse files
committed
docs: break long lines
1 parent d3ed47c commit 0ea008b

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

user_guide_src/source/concepts/security.rst

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,11 @@ where the attacker cannot modify the access control check or metadata.
7373
CodeIgniter provisions
7474
======================
7575

76-
- :ref:`Public <application-structure-public>` folder, with application and system outside
76+
- :ref:`Public <application-structure-public>` folder, with application and system
77+
outside
7778
- :doc:`../libraries/validation` library
78-
- :doc:`Security </libraries/security>` library provides for :ref:`CSRF protection <cross-site-request-forgery>`
79+
- :doc:`Security </libraries/security>` library provides for
80+
:ref:`CSRF protection <cross-site-request-forgery>`
7981
- :doc:`../libraries/throttler` for rate limit
8082
- :php:func:`log_message()` function for logging
8183
- An official authentication and authorization framework :ref:`CodeIgniter Shield <shield>`
@@ -165,7 +167,8 @@ CodeIgniter provisions
165167
- :php:func:`force_https()` function
166168
- :doc:`../libraries/encryption`
167169
- The :ref:`database config <database-config-explanation-of-values>` (``encrypt``)
168-
- An official authentication and authorization framework :ref:`CodeIgniter Shield <shield>`
170+
- An official authentication and authorization framework
171+
:ref:`CodeIgniter Shield <shield>`
169172

170173
******************
171174
A03:2021 Injection

0 commit comments

Comments
 (0)