diff options
| -rw-r--r-- | suhosin.ini | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/suhosin.ini b/suhosin.ini index 311bca7..1e43248 100644 --- a/suhosin.ini +++ b/suhosin.ini | |||
| @@ -193,6 +193,18 @@ | |||
| 193 | ;suhosin.log.file.name = | 193 | ;suhosin.log.file.name = |
| 194 | ; | 194 | ; |
| 195 | 195 | ||
| 196 | ; suhosin.log.file.time | ||
| 197 | ; --------------------- | ||
| 198 | ; * Type: Boolean | ||
| 199 | ; * Default: On | ||
| 200 | ; | ||
| 201 | ; Specifies if suhosin.log.file contains timestamp for each log entry. Note: This | ||
| 202 | ; option is meant for debugging purposes and unittests only and should not be | ||
| 203 | ; used in production. | ||
| 204 | ; | ||
| 205 | ;suhosin.log.file.time = On | ||
| 206 | ; | ||
| 207 | |||
| 196 | ; suhosin.log.script | 208 | ; suhosin.log.script |
| 197 | ; ------------------ | 209 | ; ------------------ |
| 198 | ; * Type: Integer | 210 | ; * Type: Integer |
| @@ -1178,6 +1190,28 @@ | |||
| 1178 | ;suhosin.post.disallow_ws = Off | 1190 | ;suhosin.post.disallow_ws = Off |
| 1179 | ; | 1191 | ; |
| 1180 | 1192 | ||
| 1193 | ; suhosin.request.array_index_blacklist | ||
| 1194 | ; ------------------------------------- | ||
| 1195 | ; * Type: String | ||
| 1196 | ; * Default: | ||
| 1197 | ; * Example: ";-+" | ||
| 1198 | ; | ||
| 1199 | ; Defines a character blacklist for array indices not allowed in user input. | ||
| 1200 | ; | ||
| 1201 | ;suhosin.request.array_index_blacklist = | ||
| 1202 | ; | ||
| 1203 | |||
| 1204 | ; suhosin.request.array_index_whitelist | ||
| 1205 | ; ------------------------------------- | ||
| 1206 | ; * Type: String | ||
| 1207 | ; * Default: | ||
| 1208 | ; * Example: "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ" | ||
| 1209 | ; | ||
| 1210 | ; Defines a character whitelist for array indices allowed in user input. | ||
| 1211 | ; | ||
| 1212 | ;suhosin.request.array_index_whitelist = | ||
| 1213 | ; | ||
| 1214 | |||
| 1181 | ; suhosin.request.max_array_depth | 1215 | ; suhosin.request.max_array_depth |
| 1182 | ; ------------------------------- | 1216 | ; ------------------------------- |
| 1183 | ; * Type: Integer | 1217 | ; * Type: Integer |
