From c7ce5c3528e8da8762e6e7067001549e109397ba Mon Sep 17 00:00:00 2001 From: Christian Göttsche Date: Mon, 27 May 2024 21:33:00 +0200 Subject: Add option to specify the allowed "php" wrapper types In addition of the current possibility to filter wrappers by their protocol name, also add the option to filter the "php" wrapper by the requested kind. Especially the 'filter' backend can be disabled that way. --- doc/source/config.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'doc/source/config.rst') diff --git a/doc/source/config.rst b/doc/source/config.rst index 9781046..75392d7 100644 --- a/doc/source/config.rst +++ b/doc/source/config.rst @@ -395,6 +395,17 @@ to explicitly whitelist some `stream wrappers ` +allows to explicitly allow the builtin `php streams `__. + +:: + + sp.wrappers_whitelist.php_list("stdout,stdin,stderr"); + + Eval white and blacklist ^^^^^^^^^^^^^^^^^^^^^^^^ -- cgit v1.3