It is possible to define a blacklist for not allowed file extensions and a whitelist for allowed file extensions of uploaded files for certain areas (listed below).
You can create general lists that are valid for all areas or lists that are valid for specific areas.
Blacklist (general)
Create the configuration file ./etc/admin/datawizard/upload_blacklist.properties.
Example
.sh
.exe
.cmdWhitelist (general)
Create the configuration file ./etc/admin/datawizard/upload_whitelist.properties an. The content of the file is structured like the blacklist.
If a whitelist exists, the blacklist is ignored.
Lists for specific areas
Specific lists for certain areas can also be generated. These lists then have priority over the general blacklist and whitelist.
./etc/admin/datawizard/upload_blacklist_<area>.properties
./etc/admin/datawizard/upload_whitelist_<area>.properties
Area | Description |
|---|---|
config | See Config files. |
extlib | See Integration Server. |
form | |
profiles | See Restart dialog and Start process (DataCockpit) . IMPORTANT: There are separate files for this: ./etc/webmonitor/upload_blacklist.properties ./etc/webmonitor/upload_blacklist_<Bereich>.properties ./etc/webmonitor/upload_whitelist.properties ./etc/webmonitor/upload_whitelist<Bereich>.properties |
rules | See Rule definitions. |
tm | |
upload | See File upload. |
workflow | See Workflow files. |