File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -148,6 +148,10 @@ OWASP recommendations
148148CodeIgniter 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****************************************
153157A7 Missing Function Level Access Control
Original file line number Diff line number Diff 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**********************
136138Explanation of Values:
137139**********************
You can’t perform that action at this time.
0 commit comments