FOUR-26751: Make the dangerous_extensions verification configurable#8537
FOUR-26751: Make the dangerous_extensions verification configurable#8537
Conversation
|
|
QA server K8S was successfully deployed https://ci-96fe8ade36.engk8s.processmaker.net |
|
QA server K8S was successfully deployed https://ci-96fe8ade36.engk8s.processmaker.net |
|
@ana-mauricio |
|
The control UPLOAD A FILE in public files has some restriccions about the extensions. This is not related with changes. |
ana-mauricio
left a comment
There was a problem hiding this comment.
The following ticket doc was created DOC-3723: Add documentation to Public Files to allowed_extensions and dangerous_extensions
With this clarification, this configuration of dangerous and allowed extensions does not apply to public files.
So the ticket is approved.







Issue & Reproduction Steps
Make the dangerous_extensions verification configurable
Solution
Per default all is true.
In order to disable the validation add those in the .env
How to Test
Related Tickets & Packages
Code Review Checklist
ci:deploy
ci:ENABLE_DANGEROUS_VALIDATION=false
ci:ENABLE_MIME_VALIDATION=false
ci:ENABLE_EXTENSION_VALIDATION=false