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 513c19d commit 686219aCopy full SHA for 686219a
init.lua
@@ -137,7 +137,7 @@ function ua()
137
end
138
function body(data)
139
for _,rule in pairs(postrules) do
140
- if rule ~="" and ngxmatch(unescape(data),rule,"imjo") then
+ if rule ~="" and data~="" and ngxmatch(unescape(data),rule,"imjo") then
141
log('POST',ngx.var.request_uri,data,rule)
142
say_html()
143
return true
0 commit comments