We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22e0ea8 commit e5ab9ebCopy full SHA for e5ab9eb
coraza/coraza.lua
@@ -25,7 +25,7 @@ end
25
26
function coraza:access()
27
-- Check if needed
28
- if not self.is_needed then
+ if not self:is_needed() then
29
return self:ret(true, "coraza not activated")
30
end
31
-- Process phases 1 (headers) and 2 (body)
0 commit comments