diff options
| author | Ben Fuhrmannek | 2014-11-25 16:11:40 +0100 |
|---|---|---|
| committer | Ben Fuhrmannek | 2014-11-25 16:11:40 +0100 |
| commit | 7ea20b91eaa4d977991ef81bf1000758c9d3b6c6 (patch) | |
| tree | c532a551a139fe4ff0db195fedd7e7bdcbe7f28e | |
| parent | 72572c6633843074c5ac355410cd622be775afd9 (diff) | |
clarification how include black-/whitelists work
| -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 | ; |
