mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Revert maximum array depth (aka input nesting level) to default values
This is per default 50 in Suhosin (*.max_array_depth) and 64 in PHP (max_input_nesting_level) Note: Array depth is not the number of elements within an array.
This commit is contained in:
parent
66a962cbdf
commit
f11c08e203
@ -250,15 +250,12 @@ fi
|
||||
/bin/cat >>/usr/local/etc/php.ini <<EOF
|
||||
|
||||
[suhosin]
|
||||
suhosin.get.max_array_depth = 5000
|
||||
suhosin.get.max_array_index_length = 256
|
||||
suhosin.get.max_vars = 5000
|
||||
suhosin.get.max_value_length = 500000
|
||||
suhosin.post.max_array_depth = 5000
|
||||
suhosin.post.max_array_index_length = 256
|
||||
suhosin.post.max_vars = 5000
|
||||
suhosin.post.max_value_length = 500000
|
||||
suhosin.request.max_array_depth = 5000
|
||||
suhosin.request.max_array_index_length = 256
|
||||
suhosin.request.max_vars = 5000
|
||||
suhosin.request.max_value_length = 500000
|
||||
|
||||
Loading…
Reference in New Issue
Block a user