From 7ea20b91eaa4d977991ef81bf1000758c9d3b6c6 Mon Sep 17 00:00:00 2001 From: Ben Fuhrmannek Date: Tue, 25 Nov 2014 16:11:40 +0100 Subject: clarification how include black-/whitelists work --- suhosin.ini | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/suhosin.ini b/suhosin.ini index f844b9e..e739dff 100644 --- a/suhosin.ini +++ b/suhosin.ini @@ -338,7 +338,12 @@ ; specify the beginning of allowed URLs. (f.e.: php://stdin) If no whitelist is ; specified, then the blacklist is evaluated. ; -; Note: This setting deactivates suhosin.executor.include.blacklist. +; Notes: +; +; * This setting deactivates suhosin.executor.include.blacklist. +; * If both suhosin.executor.include.whitelist and +; suhosin.executor.include.blacklist are unset or empty, all URLs will be +; blocked. This is the default. ; ;suhosin.executor.include.whitelist = ; -- cgit v1.3