Skip to content

Commit 85228fd

Browse files
committed
fix: set default adblocker as InPlayer
Fixed an issue with the initial launch in certain regions, such as South Korea.
1 parent 17ba071 commit 85228fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/defaults.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ const defaultConfig = {
7474
'adblocker': {
7575
enabled: true,
7676
cache: true,
77-
blocker: blockers.WithBlocklists as string,
77+
blocker: blockers.InPlayer as string, // Fixed an issue with the initial launch in certain regions, such as South Korea.
7878
additionalBlockLists: [], // Additional list of filters, e.g "https://raw.githubusercontent.com/uBlockOrigin/uAssets/master/filters/filters.txt"
7979
disableDefaultLists: false,
8080
},

0 commit comments

Comments
 (0)