We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa94118 commit eca2949Copy full SHA for eca2949
Build/lib/parse-filter.ts
@@ -133,7 +133,6 @@ export async function processFilterRules(
133
parentSpan: Span,
134
filterRulesUrl: string,
135
fallbackUrls?: string[] | null,
136
- _ttl: number | null = null,
137
allowThirdParty = false
138
): Promise<{ white: string[], black: string[], foundDebugDomain: boolean }> {
139
const [white, black, warningMessages] = await parentSpan.traceChild(`process filter rules: ${filterRulesUrl}`).traceAsyncFn(async (span) => {
@@ -256,6 +255,7 @@ const kwfilter = createKeywordFilter([
256
255
'$popunder',
257
'$cname',
258
'$frame',
+ '$domain',
259
// some bad syntax
260
'^popup'
261
]);
0 commit comments