Skip to content

Commit

Permalink
Update local assets and compression codebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghostery Adblocker Bot committed Jul 23, 2024
1 parent 72e5fc9 commit a99e319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/adblocker/src/engine/engine.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import Preprocessor, { Env } from '../preprocessor.js';
import PreprocessorBucket from './bucket/preprocessor.js';
import IFilter from '../filters/interface.js';

export const ENGINE_VERSION = 660;
export const ENGINE_VERSION = 661;

function shouldApplyHideException(filters: NetworkFilter[]): boolean {
if (filters.length === 0) {
Expand Down

0 comments on commit a99e319

Please sign in to comment.