diff options
Diffstat (limited to 'suhosin.ini')
| -rw-r--r-- | suhosin.ini | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/suhosin.ini b/suhosin.ini index e739dff..d5a6b24 100644 --- a/suhosin.ini +++ b/suhosin.ini | |||
| @@ -1210,11 +1210,14 @@ | |||
| 1210 | ; suhosin.request.array_index_blacklist | 1210 | ; suhosin.request.array_index_blacklist |
| 1211 | ; ------------------------------------- | 1211 | ; ------------------------------------- |
| 1212 | ; * Type: String | 1212 | ; * Type: String |
| 1213 | ; * Default: "'\"+-<>;()" | 1213 | ; * Default: "'\"+<>;()" |
| 1214 | ; | 1214 | ; |
| 1215 | ; Defines a character blacklist for array indices not allowed in user input. | 1215 | ; Defines a character blacklist for array indices not allowed in user input. |
| 1216 | ; | 1216 | ; |
| 1217 | ;suhosin.request.array_index_blacklist = "'\"+-<>;()" | 1217 | ; Note: The default value also contained '-' in 0.9.37, which was removed in |
| 1218 | ; 0.9.37.1 due to incompatibility issues. | ||
| 1219 | ; | ||
| 1220 | ;suhosin.request.array_index_blacklist = "'\"+<>;()" | ||
| 1218 | ; | 1221 | ; |
| 1219 | 1222 | ||
| 1220 | ; suhosin.request.array_index_whitelist | 1223 | ; suhosin.request.array_index_whitelist |
