An error occurred while fetching the assigned milestone of the selected merge_request.
Issue #3315943: Creating README.md File for the Module
Open
requested to merge issue/file_upload_secure_validator-3315943:3315943-creating-readme.md-file into 2.0.x
6 unresolved threads
Compare changes
README.md
0 → 100644
+ 46
− 0
Only this is relevant for "Configuration", the other two points could move into the "Installation" chapter. The relevant point can be expanded to explain shortly what kind of configuration can take place via the Admin UI, namely, the configuration of MIME-types equivalence groups. An equivalence group is used to detect an agreement between fileinfo MIME-type detection and file extension MIME-type detection. A disagreement is handled as a suspicious error, e.g. a *.txt file that contains binary data.
Could you explain little deeper. Im not getting it.
| - Enable the File Upload Secure Validator module on the modules page.
This belongs more to the "Installation" section
| - After enabling the module, it will perform an alternative server side extension validation on every uploaded file of every content type file field.
Same here; this is not relevant to the "Configuration" section.
| - Configure the File Upload Secure Validator at (/admin/config/media/file_upload_secure_validator).
This can be expanded to describe things with a little more detail, e.g.: "... what kind of configuration can take place via the Admin UI, namely, the configuration of MIME-types equivalence groups. An equivalence group is used to detect an agreement between fileinfo MIME-type detection and file extension MIME-type detection. A disagreement is handled as a suspicious error, e.g. a *.txt file that contains binary data."