diff options
Diffstat (limited to 'doc/source/config.rst')
| -rw-r--r-- | doc/source/config.rst | 11 |
1 files changed, 11 insertions, 0 deletions
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 <https://secure.php.net/manual/en/ | |||
| 395 | sp.wrappers_whitelist.list("file,php,phar"); | 395 | sp.wrappers_whitelist.list("file,php,phar"); |
| 396 | 396 | ||
| 397 | 397 | ||
| 398 | Allowlist of the php stream-wrapper | ||
| 399 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
| 400 | |||
| 401 | :ref:`The php-stream-wrapper allowlist <php-stream-wrapper-allowlist-feature>` | ||
| 402 | allows to explicitly allow the builtin `php streams <https://www.php.net/manual/en/wrappers.php.php>`__. | ||
| 403 | |||
| 404 | :: | ||
| 405 | |||
| 406 | sp.wrappers_whitelist.php_list("stdout,stdin,stderr"); | ||
| 407 | |||
| 408 | |||
| 398 | Eval white and blacklist | 409 | Eval white and blacklist |
| 399 | ^^^^^^^^^^^^^^^^^^^^^^^^ | 410 | ^^^^^^^^^^^^^^^^^^^^^^^^ |
| 400 | 411 | ||
