Skip to content

Commit

Permalink
Disable filterlist in CPM crawls
Browse files Browse the repository at this point in the history
  • Loading branch information
muodov committed Feb 14, 2025
1 parent e78c8d5 commit 3c3e5ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion collectors/CMPCollector.js
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ class CMPCollector extends BaseCollector {
disabledCmps: [],
enablePrehide: false,
enableCosmeticRules: true,
enableFilterList: true,
enableFilterList: false,
enableHeuristicDetection: true,
detectRetries: 20,
isMainWorld: false
Expand Down

0 comments on commit 3c3e5ce

Please sign in to comment.