We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a636af1 commit 632f120Copy full SHA for 632f120
init.lua
@@ -91,6 +91,7 @@ function whiteurl()
91
end
92
function fileExtCheck(ext)
93
local items = Set(fileExtension)
94
+ ext=string.lower(ext)
95
if ext then
96
if not items[ext] then
97
log('POST',ngx.var.request_uri,"-","file attack with ext "..ext)
0 commit comments