Update AdGuard Reject Building

This commit is contained in:
SukkaW
2025-06-15 16:53:05 +08:00
parent f15dab7ca2
commit 66252a09ac
4 changed files with 54 additions and 50 deletions

View File

@@ -118,7 +118,7 @@ export function processFilterRulesWithPreload(
const kwfilter = createKeywordFilter([
'!',
'?',
'*',
// '*', // *://example.com/*
'[',
'(',
']',
@@ -127,7 +127,7 @@ const kwfilter = createKeywordFilter([
'#',
'%',
'&',
'=',
// '=', // maybe we want to support some modifier?
'~',
// special modifier
'$popup',