mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
[mv3] Add TODO comment
This commit is contained in:
parent
3ff54b7f2a
commit
2e7d0a07e7
1 changed files with 1 additions and 0 deletions
|
|
@ -227,6 +227,7 @@ function addExtendedToDNR(context, parser) {
|
|||
if ( bad ) { continue; }
|
||||
if ( not && exception ) { continue; }
|
||||
isGeneric = false;
|
||||
// TODO: Support regex- and path-based entries
|
||||
if ( isRegexOrPath(hn) ) { continue; }
|
||||
if ( details === undefined ) {
|
||||
context.specificCosmeticFilters.set(compiled, details = {});
|
||||
|
|
|
|||
Loading…
Reference in a new issue