hotfix: hotfix for #1267

This commit is contained in:
JellyBrick
2023-10-08 00:39:36 +09:00
parent 2d69dfd333
commit c002263c3b
5 changed files with 15 additions and 8 deletions

View File

@ -1,3 +1,5 @@
import { blockers } from '../plugins/adblocker/blocker-types';
export interface WindowSizeConfig {
width: number;
height: number;
@ -72,7 +74,7 @@ const defaultConfig = {
'adblocker': {
enabled: true,
cache: true,
blocker: 'With blocklists',
blocker: blockers.InPlayer as string,
additionalBlockLists: [], // Additional list of filters, e.g "https://raw.githubusercontent.com/uBlockOrigin/uAssets/master/filters/filters.txt"
disableDefaultLists: false,
},