11 lines
269 B
Plaintext
11 lines
269 B
Plaintext
|
LearningMode; #Enables learning mode
|
||
|
SecRulesEnabled;
|
||
|
#SecRulesDisabled;
|
||
|
DeniedUrl "/RequestDenied";
|
||
|
## check rules
|
||
|
CheckRule "$SQL >= 8" BLOCK;
|
||
|
CheckRule "$RFI >= 8" BLOCK;
|
||
|
CheckRule "$TRAVERSAL >= 4" BLOCK;
|
||
|
CheckRule "$EVADE >= 4" BLOCK;
|
||
|
CheckRule "$XSS >= 8" BLOCK;
|