By default, Job Ticketing allows operators and customers to upload any file type. This can, however, put your Application Server at risk of potential viruses/security issues. If you want, you can block specific file types so that they cannot be uploaded.
To prevent specific file types from being uploaded:
-
Open the following file in a text editor:
<install path>/job-ticketing/config/application.properties
-
Locate the following line in the file:
file-type-blacklist=
-
Add the extensions you want to block in a comma separated list. For example:
file-type-blacklist=exe,bat,xlsx
-
Save the file.
-
Test the configuration by trying to upload the blocked file types.
Comments