diff --git a/nginx/modsecurity/global-exceptions.conf b/nginx/modsecurity/global-exceptions.conf index 2588354..f71eb29 100644 --- a/nginx/modsecurity/global-exceptions.conf +++ b/nginx/modsecurity/global-exceptions.conf @@ -154,3 +154,12 @@ SecRule REQUEST_URI "@beginsWith /ocs/v2.php/apps/forms/api/" \ SecRule REQUEST_METHOD "@streq PUT" "phase:1,id:1001,chain,nolog,pass" SecRule REQUEST_URI "@rx ^/apps/integration_onedrive/(?:admin-config|sensitive-admin-config)$" \ "t:none,ctl:ruleRemoveById=949110" +SecRule REQUEST_URI "@beginsWith /apps/tables/" \ + "id:10032, \ + phase:2, \ + 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"