8 lines
No EOL
212 B
Text
8 lines
No EOL
212 B
Text
SecRulesEnabled;
|
|
DeniedUrl "/RequestDenied";
|
|
## check rules
|
|
CheckRule "$SQL >= 8" BLOCK;
|
|
CheckRule "$RFI >= 8" BLOCK;
|
|
CheckRule "$TRAVERSAL >= 4" BLOCK;
|
|
CheckRule "$EVADE >= 4" BLOCK;
|
|
CheckRule "$XSS >= 8" BLOCK; |