Skip to content

Commit

Permalink
novas regras
Browse files Browse the repository at this point in the history
  • Loading branch information
altendorfme committed Feb 16, 2025
1 parent 4079f56 commit 8f277a6
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/data/blocked_domains.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
'mittelbayerische.de',
'josimarfootball.com',
'nordsee-zeitung.de',
'zorgvisie.nl',
// List of common blocked sites to avoid unnecessary requests
//-- Technical access blocking
'bloomberg.com',
Expand Down
15 changes: 15 additions & 0 deletions app/data/domain_rules.php
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,21 @@
'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' => [
'scriptTagRemove' => ['me.jsuol.com.br', 'c.jsuol.com.br'],
'classElementRemove' => ['header-top-wrapper'],
Expand Down
4 changes: 3 additions & 1 deletion app/data/global_rules.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@
'getblue.io',
'smartocto.com',
'cdn.pn.vg',
'static.vocstatic.com'
'static.vocstatic.com',
'recaptcha',
'intercom'
]
];

0 comments on commit 8f277a6

Please sign in to comment.