惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

F
Fortinet All Blogs
爱范儿
爱范儿
P
Proofpoint News Feed
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
T
Tailwind CSS Blog
J
Java Code Geeks
宝玉的分享
宝玉的分享
Jina AI
Jina AI
B
Blog
N
Netflix TechBlog - Medium
Recent Announcements
Recent Announcements
aimingoo的专栏
aimingoo的专栏
腾讯CDC
C
Check Point Blog
The Cloudflare Blog
阮一峰的网络日志
阮一峰的网络日志
博客园 - Franky
罗磊的独立博客
B
Blog RSS Feed
WordPress大学
WordPress大学
小众软件
小众软件
博客园 - 叶小钗
M
MIT News - Artificial intelligence
GbyAI
GbyAI

The Register

Shadow IT has given way to shadow AI. Enter AI-BOMs Zed team releases version 1.0 of Rust-built editor: Traditional editor and AI tool Microsoft boss tells investors the company is working to 'win back fans' What type of 'C2 on a sleep cycle' do they leave behind? Novel Chinese spy group found in critical networks in Poland, Asia NASA boss: Make Pluto A Planet Again GitHub says sorry and vows to do better as uptime slips and devs complain Age checks could turn internet into an ID checkpoint, complains Proton CEO Microsoft gives your Word documents an AI co-author you didn’t ask for Datadog digs down into GPU efficiency as AI costs soar If malware via monitor cables is a matter of national security, this might be the gadget for you Thunderbird in hand worth 2 Outlooks as fresh FOSS fave and Firefox arrive Grafana offers AI assistant for free, warns users not to go mad Right to repair champ Framework punts modular 13in laptop with Core Ultra Series 3 France's 'Secure' ID agency probes breach as crooks claim 19M records Scotland Yard can keep using live facial recognition on Londoners, say judges UK tribunal sends £2B claim accusing Microsoft of overcharging for licensing to trial Nation-states want to cause harm, not just steal cash - stop handing your cyber defenses to the cheapest contractor Murder, she wrote: Ex-FBI chief wants some ransomware crims charged with homicide Phone-to-satellite use goes into orbit, growing 25% in 8 months macOS ClickFix attacks deliver AppleScript stealers to snarf credentials, wallets Anthropic bakes memory fixes into Bun 1.1.13 as developers complain of leaks The spaghettified DBMS chart that shows Oracle's crown is slowly slipping Yet another ex-ransomware negotiator admits turning rogue after payoff from crimelords FAA grounds Blue Origin's New Glenn as it probes missed satellite delivery 'mishap' AMD's Ryzen 9 9950X3D2 Dual Edition tested: Gratuitous overkill with a price to match AI-assisted intruders pwned Vercel via OAuth abuse and a pilfered employee account Crook claims to leak 'video surveillance footage' of companies Met police trials snoop tech platform in push to cuff more London shoplifters England's school phone ban gets teeth, just in time to bite no one Adaptavist Group breach spawns imposter emails as ransomware crew claims mega-haul
Firefox integrates an ad-blocker, but not to block ads
Liam Proven · 2026-05-06 · via The Register

REG AD

Software

It's in Waterfox too, and there it does what you'd expect

Firefox 149 quietly shipped an interesting new feature buried in the code. As Mozilla bug #2013888 documents, the browser maker incorporated Brave's Rust-based adblock engine back in March - a detail surfaced in a blog post by Shivan Kaul Sahib, VP of Privacy and Security at Brave.

The important thing here is that although Firefox has picked up the core Rust code that Brave uses for its internal ad-blocker, that's not what Firefox is using it for. Right now, in fact, it's disabled by default, but as a post from the official Firefox Reddit account says:

The Firefox team is experimenting with ways to improve the built-in Enhanced Tracking Protection feature in Firefox. This is one of the libraries we're going to experiment with... Note: We are not bundling Brave's ad-blocking system, we're testing one of their open source Rust components to improve how Firefox processes tracker lists.

In other words, inclusion of the code is experimental, and it's not intended for blocking ads. That's presumably also why it didn't appear in the release notes for either the early March beta or the late March release.

REG AD

So, yes, there is code for an ad-blocker in the last two versions of Firefox, but it’s off by default, and there’s no user interface to enable it. (There are ways round this, and we'll return to that later.)

REG AD

The experimental new Rust-based ad-blocker in Waterfox works as you'd expect (click to enlarge)

That said, the code from Brave can do this – because as it happens, the privacy-enhanced Waterfox fork of Mozilla's browser is also experimenting with a built-in ad-blocker, and it's using the same code.

Waterfox recently celebrated its 15th birthday, and recent releases have an experimental built-in ad-blocker. At the time of writing, the latest version is 6.6.12, and that version's release notes mention the experimental ad-blocker, and link to the feature's feedback page which has more info. This says:

Waterfox recently integrated another popular add-on. The last major release, Waterfox 6.6.0 in August last year - rebased on the new Firefox 140 ESR -  included a native vertical tab bar. As revealed in a 2024 blog post, this is based on an integrated version of the popular Tree Style Tab extension.

The new ad-blocker works similarly. If you enable it, on restart, Waterfox looks for other ad-blockers, such as Reg FOSS desk recommendation uBlock Origin, and offers to disable them. We tried this, and the uBO icon in the toolbar is replaced by a no-entry symbol, with a small number overlaid to show how many ads were blocked on the current page. (For instance, just two for Astronomy Picture of the Day, but 38 – and counting – for MSN.co.uk. And that's on top of network-level blocking from our Pi-hole.)

The new 'adblock-rust Manager' extension in Firefox 150 – it can't configure it for you, but it can walk you through the job (click to enlarge)

So, experimental or not, adblock-rs is in there and it does work. It is possible to enable the version embedded in the desktop version of Firefox. It's controlled by two settings in about:config. The problem is that enabling it is not as simple as installing an extension, because extensions are not allowed to change those advanced settings. There is an experimental add-on called adblock-rust Manager. The README there carefully walks you through the manual steps you need to perform to enable the engine and tell it what to block, and then the add-on can monitor it and tell you what it's doing.

We tried it, and it seems to do a perfectly acceptable job. For now, though, unless you're curious, we suggest staying with uBlock Origin, which works fine and isn't going anywhere. ®