diff --git a/app/data/domain_rules.php b/app/data/domain_rules.php index d1ecc61..0957754 100644 --- a/app/data/domain_rules.php +++ b/app/data/domain_rules.php @@ -66,6 +66,15 @@ return [ 'classElementRemove' => ['leaderboard__container'], 'fetchStrategies' => 'fetchFromSelenium', ], + 'fortune.com' => [ + 'classElementRemove' => ['leaderboard__container'], + 'fetchStrategies' => 'fetchFromSelenium', + 'excludeGlobalRules' => [ + 'scriptTagRemove' => [ + 'pw-' + ] + ] + ], 'diplomatique.org.br' => [ 'idElementRemove' => ['cboxOverlay'], 'fetchStrategies' => 'fetchFromSelenium',