Restricting File Extensions
As an administrator, for security reasons you may want to create a set of rules for the working environment where many users have access to a central resource, such as files and folders in FileCloud.
- This helps prevent users from uploading malicious attachments and viewing them.
By default FileCloud will restrict files with php extensions. This is to prevent any code injection.
To manage extensions in the Admin Portal:
- In the admin portal, go to Settings > Misc > General.
- Scroll down until you see the Disallowed File Extensions box.
- In the Disallowed File Extensions box, specify the restricted extensions.
This list of extensions must use the following character as the delimiter:
- '|'
For example, to add restrictions for mp3 and mp4 to the list of disallowed extensions:
php|php5|phar|phtml|mp3|mp4