Skip to content

Commit 2679f74

Browse files
committed
docs: add items
1 parent ca3e3ad commit 2679f74

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

user_guide_src/source/concepts/security.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,10 @@ OWASP recommendations
148148
CodeIgniter provisions
149149
======================
150150

151+
- The config for global secure access (``Config\App::$forceGlobalSecureRequests``)
152+
- :php:func:`force_https()` function
153+
- :doc:`../libraries/encryption`
154+
- The :ref:`database config <database-config-explanation-of-values>` (``encrypt``)
151155

152156
****************************************
153157
A7 Missing Function Level Access Control

user_guide_src/source/database/configuration.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,8 @@ and decode it in the constructor in the Config class:
132132

133133
.. literalinclude:: configuration/009.php
134134

135+
.. _database-config-explanation-of-values:
136+
135137
**********************
136138
Explanation of Values:
137139
**********************

0 commit comments

Comments
 (0)