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 22, 2024
1 parent b248842 commit e812829
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 e812829

Please sign in to comment.