You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
In debug mode, make FiltersEngine creation and updates deterministic #176
Fix bug in ID computation for :style(...) cosmetic filters #176
Detect invalid cases of domain= options in NetworkFilter #176
Make generateDiff more robust and cover corner case with ID collision #176
Add stress-test for FiltersEngine updates. This allows us to validate all past updates of all supported lists #176
Provide high level puppeteer blocker abstraction #177
[BREAKING] rename WebExtensionEngine into WebExtensionBlocker
[BREAKING] change format of redirect field in blocking response, it now
exposes more information about the redirected resource: contentType, body and dataUrl (which was the only information originally returned
by FiltersEngine.match(...)).
Rename example into examples and move test webextension into examples/webextension
Add missing dependencies on @types/puppeteer needed by users of the library #174