Skip to content

v2.0.63 (2026-04-25)

Choose a tag to compare

@ryanbr ryanbr released this 23 May 09:14
· 421 commits to main since this release

Added

  • ignoreDomainsByUrl config (top-level) — regex patterns; if any request URL matches, the request's root domain is dynamically ignored for the rest of the scan
  • Redirect source and matching regex now included in adblock_rules log titles

Fixed

  • Positional .json arg was ignored by config loader (always defaulted to config.json)
  • ReferenceError on allowedResourceTypes in debug log
  • ReferenceError on matchedRegexPattern in even_blocked path

Improved

  • Convert resourceTypes filter to Set for O(1) lookups in hot path
  • Sample config.json filterRegex values updated