summaryrefslogtreecommitdiff
path: root/doc/source/encryption.rst
diff options
context:
space:
mode:
authorjvoisin2018-08-29 08:55:49 +0000
committerxXx-caillou-xXx2018-08-29 10:55:49 +0200
commit64e52596abaf4bdd4c17f79c4e8acf25d1a452b4 (patch)
tree5452af804c25304cabe0f7e1160263fad25c3bf9 /doc/source/encryption.rst
parenta0300b15a3afffe02c737d263c3d6dd31ac307b7 (diff)
Verify certs (#223)
Ensure that certificates are verified in curl should close #47
Diffstat (limited to 'doc/source/encryption.rst')
-rw-r--r--doc/source/encryption.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/encryption.rst b/doc/source/encryption.rst
index dc5dadf..23f36b4 100644
--- a/doc/source/encryption.rst
+++ b/doc/source/encryption.rst
@@ -4,7 +4,7 @@ Cookies
4======= 4=======
5 5
6Some cookies-related features might prevent other extensions from hooking 6Some cookies-related features might prevent other extensions from hooking
7the `setcookie<https://secure.php.net/manual/en/function.setcookie.php>`__ 7the `setcookie <https://secure.php.net/manual/en/function.setcookie.php>`__
8function. Pay attention to the loading order of your extensions in this case. 8function. Pay attention to the loading order of your extensions in this case.
9 9
10auto_cookie_secure 10auto_cookie_secure