From b308fa0f6c0f17a22d9532fcb243a5051f342496 Mon Sep 17 00:00:00 2001 From: "srvproxy001.itguys.com.br" Date: Wed, 5 Nov 2025 20:34:42 -0300 Subject: [PATCH] =?UTF-8?q?[Auto-Sync]=20Atualiza=C3=A7=C3=A3o=20das=20con?= =?UTF-8?q?figura=C3=A7=C3=B5es=20em=20srvproxy001.itguys.com.br=20-=20202?= =?UTF-8?q?5-11-05=2020:34:42?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nginx/modsecurity/global-exceptions.conf | 9 +++++++++ 1 file changed, 9 insertions(+) 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"