From 0ead6eb7e9fe79533335156de63ac7369eabe49e Mon Sep 17 00:00:00 2001 From: Renan Bernordi Date: Mon, 25 Nov 2024 17:31:43 -0300 Subject: [PATCH] novas regras --- app/inc/Rules.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/inc/Rules.php b/app/inc/Rules.php index 4ec95bb..d8332b4 100644 --- a/app/inc/Rules.php +++ b/app/inc/Rules.php @@ -72,6 +72,9 @@ class Rules { 'em.com.br' => [ 'fixRelativeUrls' => true, ], + 'businessinsider.com' => [ + 'fixRelativeUrls' => true, + ], 'opovo.com.br' => [ 'fixRelativeUrls' => true, 'classElementRemove' => ['screen-loading', 'overlay-advise'],