mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-26 07:05:19 +02:00
10 lines
289 B
Plaintext
10 lines
289 B
Plaintext
![]() |
SecRulesEnabled;
|
||
|
DeniedUrl "/RequestDenied";
|
||
|
CheckRule "$SQL >= 8" BLOCK;
|
||
|
CheckRule "$RFI >= 8" BLOCK;
|
||
|
CheckRule "$TRAVERSAL >= 4" BLOCK;
|
||
|
CheckRule "$EVADE >= 4" BLOCK;
|
||
|
CheckRule "$XSS >= 8" BLOCK;
|
||
|
# This rule blocks unkown Content-Type which is just too common
|
||
|
BasicRule wl:11 "mz:BODY";
|