Cookie Banners Were Never About Your Privacy: The Fight to Finally Kill Them
The EU Commission proposed letting browsers handle consent automatically. The tracking industry is lobbying to stop it. The outcome will shape how every developer builds for the web.
Cookie banners are one of the most universally despised features of the modern internet. They interrupt every first visit, clutter interfaces, and force users into decisions most don't understand. But here's the part that doesn't get enough attention: they were never required by EU privacy law. As the advocacy campaign Kill the Cookie Banner puts it plainly, "online tracking is prohibited by default." The banners exist because the tracking industry needs users to waive that default protection, and the current system is extraordinarily effective at manufacturing that waiver.
The numbers tell the story. According to Kill the Cookie Banner, up to 90% of users click "yes" to tracking on cookie consent prompts, even though only around 3% actually want to be tracked. That gap isn't an accident. It's the product of deliberately misleading design patterns, dark UX, and a consent infrastructure built to serve advertisers rather than users.
Now the EU Commission has proposed a fix. And the fight over whether it survives may be the most consequential privacy battle in web development this decade.
What the EU Commission Actually Proposed
In autumn 2025, the EU Commission introduced a proposal as part of a broader legal reform that would allow automated privacy signals to replace cookie banners entirely. The concept is straightforward: your browser or device would communicate your tracking preferences to websites and apps automatically, much the way browsers already signal language preferences.
Users would set their choice once — accept, refuse, or limit tracking — and that preference would travel with them across the web. No more per-site pop-ups. No more hunting for the "reject all" button buried three clicks deep.
As Kill the Cookie Banner notes, this idea isn't technically novel. Browser-level privacy signaling already has legal backing in some US states, and the underlying mechanisms are well understood. The Global Privacy Control header, for instance, has been recognized under California's CCPA. The EU proposal would extend this logic across the bloc, creating a unified standard.
For developers, this would mean a significant shift. Instead of implementing bespoke consent management platforms on every site, you'd build to respect a standardized signal. Simpler code, cleaner UX, fewer third-party consent SDK dependencies.
Why the Tracking Industry Is Fighting It
The proposal's logic is hard to argue with on user experience grounds. So the opposition isn't really about technical feasibility. It's about economics.
According to Kill the Cookie Banner, lobbying efforts spearheaded by Google and the broader tracking industry have already convinced several EU member states to block the Commission's proposal. Industry groups are simultaneously pressuring the European Parliament to reject it outright.
The fear is transparent: if users can express their privacy preferences efficiently, consent rates for tracking will plummet. The current system, where a large "Accept All" button sits next to a tiny "Manage Preferences" link, generates artificially high opt-in rates. A browser-level signal would strip away the dark patterns and let actual user intent come through. For an industry built on behavioral advertising, that's an existential threat to the data supply chain.
This dynamic mirrors a pattern we've seen across tech regulation. When Apple introduced App Tracking Transparency in iOS 14.5, requiring apps to ask permission before tracking across other apps and websites, opt-in rates dropped dramatically. The advertising industry lost billions in projected revenue. A browser-level consent signal for the web would be the European equivalent, but applied universally rather than within a single platform's ecosystem.
What This Means for Developers
The outcome of this legislative fight will ripple through how software teams build web applications. There are two divergent futures here.
If the proposal passes
Consent management platforms — the Cookiebots, OneTrusts, and dozens of smaller players — would see their core product become largely unnecessary for basic tracking consent. Developers would integrate support for standardized privacy signals, likely through HTTP headers or browser APIs. The compliance surface shrinks. Sites get faster (consent pop-ups and their associated scripts add meaningful page weight). And the legal risk of non-compliant banner design goes away.
This would also push the industry toward contextual advertising and first-party data strategies, accelerating a transition already underway. If you can't rely on third-party tracking consent from 90% of visitors, you build different business models.
If the proposal fails
The status quo persists, but with increasing friction. Regulators across EU member states have been issuing fines for non-compliant cookie banners with growing frequency. The design requirements keep shifting. Developers remain stuck implementing consent flows that satisfy legal teams but frustrate users, while the fundamental tension between privacy law and tracking business models goes unresolved.
Either way, the trend line is clear. As we explored in our coverage of Anthropic's jailbreak severity framework, the broader tech industry is moving toward standardized, machine-readable signals for communicating preferences and risk levels. Privacy consent is a natural fit for this pattern. The question is whether legislation or market pressure gets there first.
The Deeper Problem: Consent Theater
Cookie banners are a symptom of a larger dysfunction in how the tech industry handles user consent. The current model treats consent as a checkbox event — a moment of interaction that, once completed, grants broad permissions. It doesn't reflect ongoing user intent, and it's trivially easy to manipulate through interface design.
The 90%-vs-3% gap that Kill the Cookie Banner highlights is damning evidence that the existing consent mechanism doesn't capture meaningful agreement. When a system produces outcomes that directly contradict what users actually want, it's not consent. It's compliance theater.
This problem extends well beyond cookies. App permission dialogs, terms of service agreements, data-sharing opt-ins — the entire consent infrastructure of modern software relies on the same flawed assumption: that presenting a choice equals informed agreement. The cookie banner debate is simply the most visible and most annoying manifestation of that failure.
The rise of local-first and privacy-by-design software reflects a growing counter-movement. Tools like Dayflow, an open-source automatic work journal that processes everything locally on the user's device, represent an architectural approach that sidesteps the consent problem entirely. If user data never leaves the device, there's nothing to consent to. It's a design philosophy that more developers are adopting, not just for ideological reasons but because it eliminates an entire category of legal and UX complexity.
What Happens Next
The EU legislative process is still in motion. As Kill the Cookie Banner notes, neither the member states nor the European Parliament have finalized their positions. The campaign is actively urging citizens to contact their representatives, framing this as a narrow window where public pressure could tip the outcome.
For developers and product teams, the practical advice is the same regardless of which way the vote goes: build toward privacy signals, not consent pop-ups. The W3C's work on privacy-preserving APIs, Google's own Privacy Sandbox (despite the irony of Google simultaneously lobbying against the EU proposal), and browser-native controls are all converging on a future where per-site consent banners look as archaic as Flash plugin prompts.
The cookie banner was always a hack — a way to make an illegal-by-default practice look like user choice. Whether the EU kills it through legislation or the industry slowly abandons it under market and regulatory pressure, its days are numbered. The real question is how much user data gets harvested in the meantime, and whether the replacement system actually respects what people want.
The 3% who genuinely want personalized tracking will still get it. The other 97% deserve software that stops pretending their coerced click was a choice.