Please explain your inquiry.
not sure if you caught this, seems interesting:
https://itsfoss.com/news/firefox-ships-brave-adblock-engine/
https://shivankaul.com/blog/firefox-bundles-adblock-rust
https://bugzilla.mozilla.org/show_bug.cgi?id=2013888
since Firefox v149, apparently it needs:
- ETP disabled (at least on page)
privacy.trackingprotection.content.protection.enabled->true
privacy.trackingprotection.content.protection.test_list_urls->"$FILTERLIST_URL1|$FILTERLIST_URL2|..."
EDIT: ah, 1a0902049c - the waterfox blocker builds on top of it. no "acceptable" ads in the firefox reference implementation though (for now?), *.test_list_urls is empty by default.
### Please explain your inquiry.
not sure if you caught this, seems interesting:
https://itsfoss.com/news/firefox-ships-brave-adblock-engine/
https://shivankaul.com/blog/firefox-bundles-adblock-rust
https://bugzilla.mozilla.org/show_bug.cgi?id=2013888
since Firefox v149, apparently it needs:
- ETP disabled (at least on page)
- `privacy.trackingprotection.content.protection.enabled`->`true`
- `privacy.trackingprotection.content.protection.test_list_urls`->`"$FILTERLIST_URL1|$FILTERLIST_URL2|..."`
EDIT: ah, https://codeberg.org/celenity/Phoenix/commit/1a0902049c3e7a17be23bd3bf7588e2e669f4375 - the waterfox blocker builds on top of it. no "acceptable" ads in the firefox reference implementation though (for now?), `*.test_list_urls` is empty by default.