Technical Forum
Ask questions. Discover Answers.
cancel
Showing results for 
Search instead for 
Did you mean: 

Black list file types in WAF -ASM

THE_BLUE
Cirrus
Cirrus

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?

1 ACCEPTED SOLUTION

Disallowed file types list is an explicit list that takes precedence over the wildcard (*). So, * will allow all filetypes except those explicitly disallowed.

View solution in original post

2 REPLIES 2

Disallowed file types list is an explicit list that takes precedence over the wildcard (*). So, * will allow all filetypes except those explicitly disallowed.

Great, this is exactly what I'm looking for, to allow all file types except the black list.