brave / adblock-rust-ffi

An FFI crate to expose functionality from brave/adblock-rust
Mozilla Public License 2.0
47 stars 16 forks source link

Upgrade adblock-rust - removed filter lists, external host resolver #24

Closed antonok-edm closed 4 years ago

antonok-edm commented 4 years ago

psl is no longer included as a dependency, which should fix openssl woes and reduce build time by a good amount.

The new function setDomainResolver must be called before any Engine methods are used.

Filter lists are already handled dynamically in brave-core. The FilterList struct is still used there; it would be good to move that once this repo is moved into brave-core.