fix: set default adblocker as InPlayer

Fixed an issue with the initial launch in certain regions, such as South Korea.
This commit is contained in:
JellyBrick
2023-10-11 22:12:54 +09:00
parent 17ba071057
commit 85228fd7d2

View File

@ -74,7 +74,7 @@ const defaultConfig = {
'adblocker': {
enabled: true,
cache: true,
blocker: blockers.WithBlocklists as string,
blocker: blockers.InPlayer as string, // Fixed an issue with the initial launch in certain regions, such as South Korea.
additionalBlockLists: [], // Additional list of filters, e.g "https://raw.githubusercontent.com/uBlockOrigin/uAssets/master/filters/filters.txt"
disableDefaultLists: false,
},