Skip to content
Snippets Groups Projects
Commit b1537660 authored by ale's avatar ale
Browse files

Add another common modsec false positive

parent 55aa79f3
Branches
No related tags found
No related merge requests found
Pipeline #7470 passed
......@@ -16,10 +16,13 @@ SecRuleRemoveById 950130
# XSS rules that have too many false positives.
SecRuleRemoveById 941160
SecRuleRemoveById 941180
SecRuleRemoveByID 953120
# ModSec Rule Exclusion: 920273 : Invalid character in request (outside of very strict set)
# ModSec Rule Exclusion: 942432 : Restricted SQL Character Anomaly Detection (args):
# number of special characters exceeded (2) (severity: NONE/UNKOWN)
SecRuleRemoveById 920273
SecRuleRemoveById 942432
# Presence of PHP code in the output
SecRuleRemoveByID 953110
SecRuleRemoveByID 953120
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment