summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorjvoisin2018-11-29 21:17:13 +0100
committerjvoisin2018-11-29 21:17:13 +0100
commitcddd3065a9a6ffc3315366efe1afff5d94efae2b (patch)
tree6e62df3e494f8cf5a2b504ccc0f47ad91812d87f /README.md
parent0b594cd3330366e8cb49c08dcc17ca92bbb8ddfb (diff)
Document our curl-tls-verification magic
Diffstat (limited to '')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 115cd20..899a289 100644
--- a/README.md
+++ b/README.md
@@ -69,6 +69,7 @@ without having to touch the PHP code.
69 * Whitelisting of [stream wrappers](https://secure.php.net/manual/en/intro.stream.php) 69 * Whitelisting of [stream wrappers](https://secure.php.net/manual/en/intro.stream.php)
70 * Preventing writeable files execution 70 * Preventing writeable files execution
71 * Whitelist/blacklist for `eval` 71 * Whitelist/blacklist for `eval`
72 * Enforcing TLS certificate validation when using [curl](https://secure.php.net/manual/en/book.curl.php)
72 * Request dumping capability 73 * Request dumping capability
73 74
74## Download 75## Download