From 0b03d1e2b5c4822df8ba8428002323b353ae3fe9 Mon Sep 17 00:00:00 2001 From: Ben Fuhrmannek Date: Thu, 16 Oct 2014 15:29:23 +0200 Subject: updated suhosin.ini --- suhosin.ini | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/suhosin.ini b/suhosin.ini index 311bca7..1e43248 100644 --- a/suhosin.ini +++ b/suhosin.ini @@ -193,6 +193,18 @@ ;suhosin.log.file.name = ; +; suhosin.log.file.time +; --------------------- +; * Type: Boolean +; * Default: On +; +; Specifies if suhosin.log.file contains timestamp for each log entry. Note: This +; option is meant for debugging purposes and unittests only and should not be +; used in production. +; +;suhosin.log.file.time = On +; + ; suhosin.log.script ; ------------------ ; * Type: Integer @@ -1178,6 +1190,28 @@ ;suhosin.post.disallow_ws = Off ; +; suhosin.request.array_index_blacklist +; ------------------------------------- +; * Type: String +; * Default: +; * Example: ";-+" +; +; Defines a character blacklist for array indices not allowed in user input. +; +;suhosin.request.array_index_blacklist = +; + +; suhosin.request.array_index_whitelist +; ------------------------------------- +; * Type: String +; * Default: +; * Example: "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ" +; +; Defines a character whitelist for array indices allowed in user input. +; +;suhosin.request.array_index_whitelist = +; + ; suhosin.request.max_array_depth ; ------------------------------- ; * Type: Integer -- cgit v1.3