From 8283748c769669ecc14915939ad30ba6c7bc8518 Mon Sep 17 00:00:00 2001 From: "srvproxy001.itguys.com.br" Date: Thu, 9 Oct 2025 10:06:55 -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-10-09=2010:06:55?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nginx/modsecurity/global-exceptions.conf | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/nginx/modsecurity/global-exceptions.conf b/nginx/modsecurity/global-exceptions.conf index a173d3c..8e789e4 100644 --- a/nginx/modsecurity/global-exceptions.conf +++ b/nginx/modsecurity/global-exceptions.conf @@ -137,3 +137,10 @@ SecRule REQUEST_URI "@rx ^/(index\.php/core/preview|ocs/v2\.php/apps/user_status nolog, \ ctl:ruleEngine=Off, \ msg:'TUNING: ModSecurity desativado para as APIs de Preview e User Status do Nextcloud'" +SecRule REQUEST_URI "@streq /ocs/v2.php/cloud/groups/details" \ + "id:10028, \ + phase:1, \ + pass, \ + nolog, \ + ctl:ruleEngine=Off, \ + msg:'TUNING: ModSecurity desativado para a API de busca de grupos do Nextcloud'"