brave-experiments / ad-block

Ad block engine used in the Brave browser for ABP filter syntax based lists like EasyList.
https://www.brave.com
Mozilla Public License 2.0
239 stars 95 forks source link

Add option to not alloc memory for HTML rules, at least until the lib supports applying them #178

Open pes10k opened 5 years ago

pes10k commented 5 years ago

on AdBlockClient::parse we allocate memory for html filters, but we don't apply these currently.

We should add the option ignore throughout until we actually make use of them