mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-14 05:45:59 +03:00
24 lines
297 B
Perl
24 lines
297 B
Perl
### Empty
|
|
{
|
|
type => "op",
|
|
name => "unconditionalMatch",
|
|
param => "",
|
|
input => "",
|
|
ret => 1,
|
|
},
|
|
{
|
|
type => "op",
|
|
name => "unconditionalMatch",
|
|
param => "TestCase",
|
|
input => "",
|
|
ret => 1,
|
|
},
|
|
{
|
|
type => "op",
|
|
name => "unconditionalMatch",
|
|
param => "",
|
|
input => "TestCase",
|
|
ret => 1,
|
|
},
|
|
|