Update waf.lua
parent
a68dafc49e
commit
0f181549c2
2
waf.lua
2
waf.lua
|
@ -1,4 +1,4 @@
|
|||
if ngx.re.match(ngx.var.request_uri,whitelist,"i") then
|
||||
if ngx.re.match(ngx.var.request_uri,whitelist,"isjo") then
|
||||
return
|
||||
elseif ngx.req.get_body_data() and ngx.re.match(ngx.req.get_body_data(),[[^(?!Content-Disposition: form-data;(.*)filename="(.*).(php|jsp|phtml|asp|aspx|cgi)").*$]],"isjo") then
|
||||
return
|
||||
|
|
Loading…
Reference in New Issue