[Auto-Sync] Atualização das configurações em srvproxy001.itguys.com.br - 2025-11-06 06:31:40
This commit is contained in:
parent
bc755b7ce7
commit
b81097d4c6
|
|
@ -93,7 +93,6 @@ SecRule REQUEST_URI "@beginsWith /api/" "id:10012,phase:1,nolog,pass,ctl:ruleEng
|
||||||
# Desliga o motor de regras para a criação de sessão do editor de texto,
|
# 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).
|
# 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"
|
SecRule REQUEST_URI "@beginsWith /apps/text/session" "id:10016,phase:1,nolog,pass,ctl:ruleEngine=Off"
|
||||||
SecRule REQUEST_URI "@streq /ocs/v2.php/apps/notifications/api/v2/notifications" "id:10019,phase:1,nolog,pass,ctl:ruleEngine=Off"
|
|
||||||
SecRule REQUEST_URI "@streq /apps/logreader/api/settings" "id:10020,phase:1,nolog,pass,ctl:ruleEngine=Off"
|
SecRule REQUEST_URI "@streq /apps/logreader/api/settings" "id:10020,phase:1,nolog,pass,ctl:ruleEngine=Off"
|
||||||
# ==========================================================================================
|
# ==========================================================================================
|
||||||
# NOVAS EXCEÇÕES - AJUSTADAS EM 2025-09-25 22:24
|
# NOVAS EXCEÇÕES - AJUSTADAS EM 2025-09-25 22:24
|
||||||
|
|
@ -161,3 +160,10 @@ SecRule REQUEST_URI "@rx ^/(apps/tables/|ocs/v2\.php/apps/tables/)" \
|
||||||
nolog, \
|
nolog, \
|
||||||
ctl:ruleEngine=Off, \
|
ctl:ruleEngine=Off, \
|
||||||
msg:'TUNING: (Nuke) ModSecurity DESATIVADO para Nextcloud Tables'"
|
msg:'TUNING: (Nuke) ModSecurity DESATIVADO para Nextcloud Tables'"
|
||||||
|
SecRule REQUEST_URI "@beginsWith /ocs/v2.php/apps/notifications/api/v2/notifications" \
|
||||||
|
"id:10019, \
|
||||||
|
phase:1, \
|
||||||
|
nolog, \
|
||||||
|
pass, \
|
||||||
|
ctl:ruleEngine=Off, \
|
||||||
|
msg:'TUNING: (Corrigido) ModSecurity DESATIVADO para API de Notificações'"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue