mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Fix filure to lookup filters with header= option
Related feedback:
- bde3164eb4 (commitcomment-98348215)
This commit is contained in:
parent
827f0e4971
commit
26e8771256
1 changed files with 1 additions and 0 deletions
|
|
@ -135,6 +135,7 @@ const fromNetFilter = async function(rawFilter) {
|
|||
|
||||
const writer = new CompiledListWriter();
|
||||
const parser = new sfp.AstFilterParser({
|
||||
expertMode: true,
|
||||
nativeCssHas: vAPI.webextFlavor.env.includes('native_css_has'),
|
||||
maxTokenLength: staticNetFilteringEngine.MAX_TOKEN_LENGTH,
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue