mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
parent
e9273470c5
commit
60ab2ad59c
1 changed files with 1 additions and 1 deletions
|
|
@ -842,7 +842,7 @@ export class AstFilterParser {
|
||||||
this.scriptletArgListParser = new ArglistParser(',');
|
this.scriptletArgListParser = new ArglistParser(',');
|
||||||
this.domainRegexValueParser = new ArglistParser('/');
|
this.domainRegexValueParser = new ArglistParser('/');
|
||||||
this.reNetOptionTokens = new RegExp(
|
this.reNetOptionTokens = new RegExp(
|
||||||
`^(${Array.from(netOptionTokenDescriptors.keys())
|
`^~?(${Array.from(netOptionTokenDescriptors.keys())
|
||||||
.map(s => escapeForRegex(s))
|
.map(s => escapeForRegex(s))
|
||||||
.join('|')})\\b`
|
.join('|')})\\b`
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue