Hi Sebastian,
It would be great if a setting on appsettings could set file types that are not allowed in general. Currently, exe file type can be uploaded to the server side. Can we configure this via appsettings?
{
“disallowFileTypes”: [“exe”, “dll”]
}
Asset or Content file uploads check this field.
Thank you.