diff options
| -rw-r--r-- | suhosin.ini | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/suhosin.ini b/suhosin.ini index f844b9e..e739dff 100644 --- a/suhosin.ini +++ b/suhosin.ini | |||
| @@ -338,7 +338,12 @@ | |||
| 338 | ; specify the beginning of allowed URLs. (f.e.: php://stdin) If no whitelist is | 338 | ; specify the beginning of allowed URLs. (f.e.: php://stdin) If no whitelist is |
| 339 | ; specified, then the blacklist is evaluated. | 339 | ; specified, then the blacklist is evaluated. |
| 340 | ; | 340 | ; |
| 341 | ; Note: This setting deactivates suhosin.executor.include.blacklist. | 341 | ; Notes: |
| 342 | ; | ||
| 343 | ; * This setting deactivates suhosin.executor.include.blacklist. | ||
| 344 | ; * If both suhosin.executor.include.whitelist and | ||
| 345 | ; suhosin.executor.include.blacklist are unset or empty, all URLs will be | ||
| 346 | ; blocked. This is the default. | ||
| 342 | ; | 347 | ; |
| 343 | ;suhosin.executor.include.whitelist = | 348 | ;suhosin.executor.include.whitelist = |
| 344 | ; | 349 | ; |
