diff --git a/nginx/modsecurity/global-exceptions.conf b/nginx/modsecurity/global-exceptions.conf index 695190d..6f37310 100644 --- a/nginx/modsecurity/global-exceptions.conf +++ b/nginx/modsecurity/global-exceptions.conf @@ -167,3 +167,10 @@ SecRule REQUEST_URI "@beginsWith /ocs/v2.php/apps/notifications/api/v2/notificat pass, \ ctl:ruleEngine=Off, \ msg:'TUNING: (Corrigido) ModSecurity DESATIVADO para API de Notificações'" +SecRule REQUEST_URI "@beginsWith /apps/files_pdfviewer/" \ + "id:10033, \ + phase:1, \ + pass, \ + nolog, \ + ctl:ruleRemoveById=949110, \ + msg:'TUNING: Remove bloqueio por Anomaly Score (949110) para Nextcloud PDF Viewer'"