Fix false positive error with plugin page in web UI

This commit is contained in:
Théophile Diot 2023-03-21 15:39:49 +01:00
parent fc3ef33466
commit b829e4edf1
No known key found for this signature in database
GPG Key ID: E752C80DB72BB014
1 changed files with 1 additions and 0 deletions

View File

@ -2,4 +2,5 @@
SecRule REQUEST_FILENAME "@rx /services$" "id:1001,ctl:ruleRemoveByTag=attack-rce,ctl:ruleRemoveByTag=attack-xss,ctl:ruleRemoveByTag=attack-generic,nolog"
SecRule REQUEST_FILENAME "@rx /global_config$" "id:1002,ctl:ruleRemoveByTag=attack-rce,ctl:ruleRemoveByTag=attack-xss,ctl:ruleRemoveByTag=attack-generic,ctl:ruleRemoveByTag=platform-pgsql,nolog"
SecRule REQUEST_FILENAME "@rx /configs$" "id:1003,ctl:ruleRemoveByTag=attack-rce,ctl:ruleRemoveByTag=attack-xss,ctl:ruleRemoveByTag=attack-generic,nolog"
SecRule REQUEST_FILENAME "@rx /plugins" "id:1004,ctl:ruleRemoveByTag=platform-pgsql,nolog"
{% endif +%}