[mv3] Add TODO comment

This commit is contained in:
Raymond Hill 2025-05-11 10:36:21 -04:00
parent 3ff54b7f2a
commit 2e7d0a07e7
No known key found for this signature in database
GPG key ID: 25E1490B761470C2

View file

@ -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 = {});