Get your own copy
Don't hesitate! Just download and test it all by yourself for free!
This option can be used to exclude all file names matching the specified regexp pattern. This enables you to for example deny specific file extensions from being uploaded.
$mcImageManagerConfig['upload.exclude_file_pattern'] = "/^notthis$|^notthat$/i";
<add key="upload.exclude_file_pattern" value="/^notthis$|^notthat$/i" />
upload.exclude_file_pattern=/^notthis$|^notthat$/i
Search documentation.