novas regras

This commit is contained in:
Renan Bernordi 2025-02-16 00:11:05 -03:00
parent 4079f568ba
commit 8f277a648e
3 changed files with 19 additions and 1 deletions

View file

@ -27,6 +27,7 @@ return [
'mittelbayerische.de', 'mittelbayerische.de',
'josimarfootball.com', 'josimarfootball.com',
'nordsee-zeitung.de', 'nordsee-zeitung.de',
'zorgvisie.nl',
// List of common blocked sites to avoid unnecessary requests // List of common blocked sites to avoid unnecessary requests
//-- Technical access blocking //-- Technical access blocking
'bloomberg.com', 'bloomberg.com',

View file

@ -142,6 +142,21 @@ return [
'paywall_access' => 'true' 'paywall_access' => 'true'
] ]
], ],
'ftm.nl' => [
'fetchStrategies' => 'fetchFromSelenium',
'removeCustomAttr' => ['dialog','iframe'],
'classElementRemove' => ['modal'],
'scriptTagRemove' => ['footer.min','diffuser.js','insight.ftm.nl'],
'classAttrRemove' => ['hasBlockingOverlay', 'localstorage']
],
'denikn.cz' => [
'idElementRemove' => ['e_lock__hard']
],
'dtest.cz' => [
'fetchStrategies' => 'fetchFromSelenium',
'classAttrRemove' => ['is-hidden-compare'],
'classElementRemove' => ['cc-window']
],
'uol.com.br' => [ 'uol.com.br' => [
'scriptTagRemove' => ['me.jsuol.com.br', 'c.jsuol.com.br'], 'scriptTagRemove' => ['me.jsuol.com.br', 'c.jsuol.com.br'],
'classElementRemove' => ['header-top-wrapper'], 'classElementRemove' => ['header-top-wrapper'],

View file

@ -68,6 +68,8 @@ return [
'getblue.io', 'getblue.io',
'smartocto.com', 'smartocto.com',
'cdn.pn.vg', 'cdn.pn.vg',
'static.vocstatic.com' 'static.vocstatic.com',
'recaptcha',
'intercom'
] ]
]; ];