feat(adblocker): change default blocker to the blocklist (ghostery/adblocker#3420)

This commit is contained in:
JellyBrick
2023-09-21 03:52:33 +09:00
parent 7418a1f4b2
commit 4651d6d241

View File

@ -75,7 +75,7 @@ const defaultConfig = {
'adblocker': {
enabled: true,
cache: true,
blocker: 'In player',
blocker: 'With blocklists',
additionalBlockLists: [], // Additional list of filters, e.g "https://raw.githubusercontent.com/uBlockOrigin/uAssets/master/filters/filters.txt"
disableDefaultLists: [],
},