We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df13d7d commit 9187f1eCopy full SHA for 9187f1e
config/defaults.ts
@@ -74,7 +74,7 @@ const defaultConfig = {
74
'adblocker': {
75
enabled: true,
76
cache: true,
77
- blocker: blockers.InPlayer as string, // Fixed an issue with the initial launch in certain regions, such as South Korea.
+ blocker: blockers.WithBlocklists as string,
78
additionalBlockLists: [], // Additional list of filters, e.g "https://raw.githubusercontent.com/uBlockOrigin/uAssets/master/filters/filters.txt"
79
disableDefaultLists: false,
80
},
0 commit comments