Firefox has quietly started shipping a prototype of Brave’s ad-blocking engine, known as adblock-rust, inside its codebase. The feature was introduced in Firefox 149 but was not highlighted in official release notes, and it remains disabled by default. It is not yet a full ad blocker for users, but rather an experimental integration hidden behind internal settings.
The engine itself comes from Brave’s open-source ad and tracker blocking system, written in Rust. It is designed for high performance filtering of network requests, cosmetic page blocking, and compatibility with common filter list formats used by tools like uBlock Origin. In Firefox’s current implementation, however, there is no user interface or built-in filter lists, meaning it cannot be used in a normal way yet.
What makes this interesting is the direction it suggests for browser development. Instead of relying entirely on extensions for ad blocking, Firefox is beginning to experiment with native-level content filtering. This could point to a future where privacy tools are built directly into browsers rather than added on top. For now, though, it remains an early experiment that developers are testing quietly in the background.
1 Comments
It looks less like borrowing and more like testing a different philosophy. Instead of reinventing the wheel, they’re experimenting with a working system that already solved similar problems elsewhere, but without committing to it fully yet.