From 5a9b6b1c95eec29feeb2500b5d8f5430fd7e30d9 Mon Sep 17 00:00:00 2001 From: "srvproxy001.itguys.com.br" Date: Mon, 22 Sep 2025 13:51:57 -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-09-22=2013:51:56?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nginx/modsecurity/global-exceptions.conf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/nginx/modsecurity/global-exceptions.conf b/nginx/modsecurity/global-exceptions.conf index bd76f35..e9742c2 100644 --- a/nginx/modsecurity/global-exceptions.conf +++ b/nginx/modsecurity/global-exceptions.conf @@ -70,3 +70,9 @@ SecRule REQUEST_URI "@streq /index.php/apps/officeonline/ajax/admin.php" "id:100 # -------------------------------------------------------------------------- # Desativa a regra que bloqueia o método 'PUT' para a API. SecRule REQUEST_URI "@beginsWith /api/" "id:10012,phase:1,nolog,pass,ctl:ruleEngine=Off" + +# Exceção para o Editor de Texto (Nextcloud Text) +# -------------------------------------------------------------------------- +# Desliga o motor de regras para a criação de sessão do editor de texto, +# que é bloqueada por regras de segurança (falso positivo). +SecRule REQUEST_URI "@beginsWith /apps/text/session" "id:10016,phase:1,nolog,pass,ctl:ruleEngine=Off"