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

推荐订阅源

U
Unit 42
博客园 - Franky
T
Tailwind CSS Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
月光博客
月光博客
人人都是产品经理
人人都是产品经理
雷峰网
雷峰网
Hugging Face - Blog
Hugging Face - Blog
有赞技术团队
有赞技术团队
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
阮一峰的网络日志
阮一峰的网络日志
C
Check Point Blog
爱范儿
爱范儿
T
The Blog of Author Tim Ferriss
aimingoo的专栏
aimingoo的专栏
Stack Overflow Blog
Stack Overflow Blog
博客园 - 聂微东
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
L
LangChain Blog
云风的 BLOG
云风的 BLOG
MyScale Blog
MyScale Blog
Microsoft Security Blog
Microsoft Security Blog
The Cloudflare Blog
博客园 - 三生石上(FineUI控件)

The Register

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 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 Panasonic creates device-locked QR codes to speed facial biometric capture Iran claims US used backdoors to knock out networking equipment during war NASA Inspector fears new spacesuits won’t be ready for Moon landing Vibe coding upstart Lovable denies data leak, cites 'intentional behavior,' then throws HackerOne under the bus Trump-branded datacenter project fails to make itself great, again World's blandest man steps down from CEO job to spend more time in tastefully appointed home Chase got a spiff of $77 million to create one job with New York datacenter Scot becomes second Scattered Spider-linked crook to plead guilty in US You too can build a nuclear battery from junk you have lying around the house Schmoozebots: study finds flattery will get AI everywhere One of Europe's sovereign cloud picks may not be so-sovereign after all New Android development tool designed for robots, not humans
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. ®