diff --git a/nginx/modsecurity/global-exceptions.conf b/nginx/modsecurity/global-exceptions.conf index f71eb29..6773efb 100644 --- a/nginx/modsecurity/global-exceptions.conf +++ b/nginx/modsecurity/global-exceptions.conf @@ -156,10 +156,8 @@ SecRule REQUEST_METHOD "@streq PUT" "phase:1,id:1001,chain,nolog,pass" "t:none,ctl:ruleRemoveById=949110" SecRule REQUEST_URI "@beginsWith /apps/tables/" \ "id:10032, \ - phase:2, \ + phase:1, \ pass, \ nolog, \ - chain, \ - msg:'TUNING: Remove regra de bloqueio (949110) para a API do Nextcloud Tables'" -SecRule REQUEST_METHOD "@rx ^(PUT|POST|DELETE)$" \ - "ctl:ruleRemoveById=949110" + ctl:ruleEngine=Off, \ + msg:'TUNING: (Nuke) ModSecurity DESATIVADO para Nextcloud Tables'"