05-Jun-2021 22:23
I have list of black list file types, so is it possible to allow all file types accept the black list ?
if yes, then can I add * in allowed file type, and all the black list in disallows file types?
and does * will cover all types include the black list?
Solved! Go to Solution.
06-Jun-2021 09:31
Disallowed file types list is an explicit list that takes precedence over the wildcard (*). So, * will allow all filetypes except those explicitly disallowed.
06-Jun-2021 09:31
Disallowed file types list is an explicit list that takes precedence over the wildcard (*). So, * will allow all filetypes except those explicitly disallowed.
06-Jun-2021 21:50
Great, this is exactly what I'm looking for, to allow all file types except the black list.