From c5c3b4c784d52b9e9ad3c23a62ec2c92e3bcefee Mon Sep 17 00:00:00 2001 From: Renan Bernordi Date: Thu, 9 Jan 2025 21:56:54 -0300 Subject: [PATCH] =?UTF-8?q?removida=20documenta=C3=A7=C3=A3o=20de=20recurs?= =?UTF-8?q?os=20otimizados?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/data/domain_rules.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/data/domain_rules.php b/app/data/domain_rules.php index 8e94ccb..82a0c91 100644 --- a/app/data/domain_rules.php +++ b/app/data/domain_rules.php @@ -27,8 +27,6 @@ * 'classElementRemove' => ['subscription'] // Excludes specific classes from global rules / Exclui classes específicas das regras globais * ] * - fetchStrategies: String indicating which fetch strategy to use. Available values: / String indicando qual estratégia de fetch usar. Valores disponíveis: - * - fetchWithGoogleBot: Use Google bot headers and user agent / Usa headers e user agent do Google bot - * - fetchWithSocialReferrer: Use social media referrer / Usa referenciador de mídia social * - fetchContent: Use standard fetch with domain rules / Usa fetch padrão com regras do domínio * - fetchFromWaybackMachine: Try to fetch from Internet Archive / Tenta buscar do Internet Archive * - fetchFromSelenium: Use Selenium for extraction / Usa Selenium para extração