brave / adblock-rust

Brave's Rust-based adblock engine
Mozilla Public License 2.0
1.47k stars 124 forks source link

Convert $all to $doc like uBO #322

Open ghost opened 1 year ago

ghost commented 1 year ago

uBlock Origin convert rules from $all to $doc. Brave AdBlock should follow this too, some rules on ublock-badware lists with $all doesn't block on Brave

ghost commented 1 year ago

It also blocked everything uBO can block about the website.

The all option is equivalent to specifying all network-based types + popup, document, inline-font and inline-script

https://github.com/uBlockOrigin/uBlock-issues/wiki/Static-filter-syntax#all