Skip to content

New skip() function in rules

Yadd requested to merge skip-in-rules into v2.0

This MR adds the skip() function that can be added in a rule to have the benefit of "skip" keyword inside a rule. Example:

$env->{REMOTE_ADDR} =~ /^192\.168\.42\./ ? skip : 1
Edited by Yadd

Merge request reports