summaryrefslogtreecommitdiff
path: root/doc/source/config.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/config.rst')
-rw-r--r--doc/source/config.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/source/config.rst b/doc/source/config.rst
index e209ecb..d89d7f5 100644
--- a/doc/source/config.rst
+++ b/doc/source/config.rst
@@ -202,6 +202,17 @@ to explicitly whitelist some `stream wrappers <https://secure.php.net/manual/en/
202 sp.wrappers_whitelist.list("file,php,phar"); 202 sp.wrappers_whitelist.list("file,php,phar");
203 203
204 204
205Mandatory certificates validation
206^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
207
208:ref:`Mandatory certificate validation <mandatory-cert-validation>` ensures
209that it's not possible to turn off certificate validation for `cURL usage <https://secure.php.net/manual/en/book.curl.php>`__.
210
211::
212
213 sp.curl_verify_certificates.enable();
214
215
205Eval white and blacklist 216Eval white and blacklist
206^^^^^^^^^^^^^^^^^^^^^^^^ 217^^^^^^^^^^^^^^^^^^^^^^^^
207 218