[CONFIG] Add attachments/max_{width,height} config option, which is used as maximum dimensions when validating attachments
This commit is contained in:
parent
8ad8546aab
commit
a165e533bb
@ -60,6 +60,8 @@ parameters:
|
|||||||
ssl:
|
ssl:
|
||||||
|
|
||||||
attachments:
|
attachments:
|
||||||
|
max_width: 4096
|
||||||
|
max_height: 4096
|
||||||
server:
|
server:
|
||||||
ssl:
|
ssl:
|
||||||
dir: "%kernel.project_dir%/file/attachments/"
|
dir: "%kernel.project_dir%/file/attachments/"
|
||||||
|
Loading…
Reference in New Issue
Block a user