Top
Best
New

Posted by rapnie 11 hours ago

Kill The Cookie Banner(killthecookiebanner.eu)
693 points | 323 commentspage 2
hollowturtle 5 hours ago|
I always wondered though why a website in the eu, for the love of their users, won't just drop cookie usage and instrusive third party scripts. Just do analytics on the backend and don't set any cookie, except for tokens in authenticated areas
tempestn 5 hours ago||
You can't even save user preferences (like language or other settings) without showing a cookie banner. Edit: I was mistaken. You can't save inferred preferences, but can save explicit user-saved options.

And for a serious website, front end analytics are kind of a necessity to understand how users interact with pages and improve the experience. Note that it certainly doesn't require tracking the behaviour of individual users, just understanding how controls are used in aggregate.

I know it seems like you could work around this with careful design and maybe focus groups and such, but I can tell you we regularly uncover surprising insights from (aggregate) trends in front-end events.

dgellow 5 hours ago||
That's not true and is a very common misinformation people repeat online. You can save user preferences in cookies without any consent banner, if the cookie isn't used for tracking.

See here[0], page 6:

> As stated in Article 5(3) ePD: ‘This shall not prevent any technical storage or access for the sole purpose of carrying out the transmission of a communication over an electronic communications network, or as strictly necessary in order for the provider of an information society service explicitly requested by the subscriber or user to provide the service.’

0: https://www.edpb.europa.eu/system/files/documents/2024-10/ed...

As long as you do not share that info with 3rd party, and the user requested it, you can store via cookies pretty much whatever you want without the need for a consent screen

tempestn 4 hours ago||
You're right; I haven't looked into this in detail in some time. You can't save inferred preferences, but can save things that the user has explicitly selected to save.
reddalo 5 hours ago|||
That's what I'm doing with a service I made. But I don't have any ads, and ad-supported websites can't easily do that.
tappio 5 hours ago||
There are privacy respecting ad brokers that dont require user tracking. Its just that people are too lazy or greedy to use those.
valicord 3 hours ago||
I always wondered why a grocery store in the eu, for the love of their users, won't just drop money usage. Just give out food for free, except for alcohol.
hollowturtle 1 hour ago||
> Be kind. Don't be snarky. Converse curiously; don't cross-examine. Edit out swipes.

> Comments should get more thoughtful and substantive, not less, as a topic gets more divisive.

> When disagreeing, please reply to the argument instead of calling names. "That is idiotic; 1 + 1 is 2, not 3" can be shortened to "1 + 1 is 2, not 3."

> Don't be curmudgeonly. Thoughtful criticism is fine, but please don't be rigidly or generically negative.

Full guidelines: https://news.ycombinator.com/newsguidelines.html

You're welcome

1vuio0pswjnm7 2 hours ago||
Actual title: "Stop the tracking circus. Kill the cookie banner!"

;dr

The "cookie banner" is an interactive method used by "adtech" companies to try to get user consent, as required by EU law. The forced interaction makes this method annoying

Google and other "adtech" companies are lobbying EU Member States to vote against giving users a means to non-interactively deny consent

pverheggen 4 hours ago||
Here's the full text of the bill (Articles 88a and 88b):

https://eur-lex.europa.eu/legal-content/EN/TXT/HTML/?uri=CEL...

As written, this doesn't eliminate cookie banners completely, only if your browser is sending a Do Not Track header or similar. That's unfortunate news if you use fingerprint protection - those send default headers, so you'll still be bombarded with cookie banners. Hopefully existing anti-fingerprinting solutions will offer a "default headers but with Do Not Track" option.

MetaWhirledPeas 4 hours ago|
The good news is if you're doing Do Not Track you're probably in a good position to block cookie banners too.
himata4113 4 hours ago||
Okay, but you can quite literally just delete the cookie banner. Cookie banner forces websites to ask for consent, no cookie banner = no consent = less tracking since they usually hold off on ALL tracking until you interact with the cookie prompt.

I have personally never ever had any problems with the cookie banner since Brave deletes them with 100% accuracy, there's sometimes where a site will refuse to function properly, but it's usually sites I don't care about anyway and if I HAVE to get it working I disable brave shield, turn off all tracking, consent and turn the shields back on.

It is unfortunate that most browsers cannot implement this as it goes against what the companies behind the browsers want. Deleting the cookie prompt would stop people from occasionally just accepting all cookies and opting into tracking after getting tired of it.

m000 3 hours ago||
This just doesn't make sense. EU regulations are already making progress in improving online privacy: (a) No cookie banner required for functionally necessary cookies, (b) there needs to be an option to refuse tracking cookies in the cookie banner, (c) the dreaded cookie banner appears only the first time you visit a site.

I would say, we are like 80% there. Yes, there are still some dark patterns employed by cookie banners, trying to trick you into accepting tracking. But they are not too hard to make out. And they can be fixed by tuning the regulation a bit: Require the opt-out to be the first choice and the only one with highlighting.

Ad tracking is not going away tomorrow. If we ever are going to get rid of it, we first need legislation to defang it so it stops being a cash-cow. "Tracking prohibited by default" is a great end-goal, but we are not there yet.

Reading between the lines, it appears that there is some new solution proposed to "automatically communicate your privacy preference". That's nice, but when e.g. the Do Not Track header was tried, it just fell flat. So until this new solution is implemented and adopted, I'll take my websites with a cookie banner, thank you.

It is an unfortunate choice that the campaign obsesses over the cookie banner, instead of trying to actually advance the solution that would make it obsolete.

crote 22 minutes ago|
> Yes, there are still some dark patterns employed by cookie banners, trying to trick you into accepting tracking. But they are not too hard to make out. And they can be fixed by tuning the regulation a bit: Require the opt-out to be the first choice and the only one with highlighting.

The fact that we are still talking about this literally a decade after the GDPR was adopted shows that this isn't working. It has turned into a cat-and-mouse game, and the regulators just don't have the manpower to effectively rules-lawyer every tiny change.

> when e.g. the Do Not Track header was tried, it just fell flat.

... because there was no reason to follow it. There was literally zero consequence for ignoring it.

This new proposal makes the Do-Not-Track v2 header legally binding. User sends the header and you still show a consent popup? You're breaking the law, simple as that. No weaseling yourself out of it, a simple screenshot is enough.

Any regulator could build a fully-automated scanner in half a day: ask the local TLD registrar for a mapping of websites to companies, have some script request the page and do a regex search for "cookie" (or use AI if you are feeling fancy), take a screenshot, pass it to an intern to double-check, then automatically send out a €100 fine. Double it every X weeks they haven't fixed it yet. Want to fight it in court? They have screenshot, you lose, now pay.

alt227 7 hours ago||
I still don't get why every website has a cookie banner by default. I am data controller for several companies and have lots of exposure to GDPR. All my websites have no cookie banner, as they are not required.

I guess that most companies just chuck it up there as a default so they dont have to read the law, or maybe they are all actually harvesting and selling personal data and therefore require cookies? Who knows.

reorder9695 6 hours ago||
Don't underestimate the argument of "just to be on the safe side". Someone running a business who doesn't know a lot about cookies will often just put a banner on as an easy arse covering mechanism even when not required.
JoshTriplett 5 hours ago|||
Perhaps someone could publish a clear A/B test on how many views/conversions you lose by having a cookie banner?
SoftTalker 6 hours ago||||
Or they had their site developed by an agency and the cookie banner is just part of their standard scaffolding for a new site.
inigyou 6 hours ago|||
Let businesses who don't know what they're doing be outcompeted by businesses who know what they're doing.
tete 6 hours ago|||
> I guess that most companies just chuck it up there as a default so they dont have to read the law

I think most companies just don't give a fuck about user privacy and therefor have to show one. There are of course exceptions. But I don't know how many of them have been actual (for-profit) companies.

kuerbel 6 hours ago|||
If you use social media pixels, ad tracking, or performance analytics tools like Google Analytics a cookie banner and consent is required. If not, then not.
alex_suzuki 5 hours ago||
Side note: there’s plenty of Analytics tools that don’t require cookies. Plausible (https://plausible.io) is one of them, there are many others. Not affiliated, just a happy customer.
charcircuit 4 hours ago||
If you want to prevent a single user hitting F5 a million times from messing with your analytics you need to track IPs which requires the banner.
preg_match 4 hours ago|||
I'm not convinced this is a real concern. Bots, maybe, but then again even fancy analytics will be fucked by that because they use hundreds or thousands of high-reputation residential IPs. So, you're optimizing for the wrong thing I think.
TheCoelacanth 3 hours ago|||
No, you don't need consent for that. It falls under the legitimate interest exception.

You need to disclose it in your privacy policy, you need to delete it after a reasonable retention period and you can't use those logs for other purposes like ad targeting, but you don't need a consent banner to track things that you are legitimately using for security purposes.

esperent 6 hours ago|||
> I guess that most companies just chuck it up there as a default

50% that, and 50% that way more companies than you expect are harvesting and profiting from your data.

maccard 6 hours ago|||
I’ve made a few sites for work that aren’t our primary focus. The sites used cookies for login and for “required purposes” (storing in progress state). We did all the tracking on the backend, no cookies or client side trackers.

On our go-live form there’s a question “do you use cookies” and it’s yes/no. If you say yes legal block the site from going live without the pre approved cookie banner…

jarofgreen 6 hours ago|||
> We did all the tracking on the backend

Just checking, you do know that still counts as tracking and may fall under GDPR rules? GDPR was never just about cookies.

maccard 6 hours ago||
I do but we shouldn’t be talking about cookies in our cookie banner then.
crote 41 minutes ago||
That's why the usual phrasing is some variation of "Are we allowed to track you? We use cookies for that".

It was never about the cookies themselves. That just happened to be the most common form of tracking in use when the GDPR was originally written. Cookie-less tracking still requires a consent prompt, tracking-less cookies never required one.

JoshTriplett 5 hours ago|||
Sounds like your legal department is broken. You should fix that.

I mean that both in the sense of "you, plural" (your company should fix that) and "you, personally" (because diffusion of responsibility is a real issue, and someone needs to actually do it).

maccard 4 hours ago||
It was a 30k person company, I worked for a subsidiary and for better or worse that was not within my circle of concern or circle of influence.
HiPhish 6 hours ago||
> I guess that most companies just chuck it up there as a default so they dont have to read the law, or maybe they are all actually harvesting and selling personal data and therefore require cookies?

That has been my guess as well. If you run npm install half-the-internet you have no idea what's in there, so just slap on that cookie banner for good measure. Of course the real problem is not knowing what's inside your application, but the thought process is "eh, if a blanket cookie banner does the job then that's good enough for me".

whywhywhywhy 4 hours ago||
Would have gone harder without the Corporate Memphis/Alegria art which is the art always used to try and convince you to hand over your tracking rights.
wazdra 1 hour ago||
I'm from France, and when browsing, I often get paywalled when I reject all non-essential cookies. The CNIL (who is in charge of the application of GDPR) ruled that this was compliant with GDPR as long as another website was offering an alternative without cookies[1]. Are there similar rulings in other EU states?

1: https://www.cnil.fr/fr/cookie-walls-la-cnil-publie-des-premi... (in french, sorry)

ezoe 5 hours ago||
It's technically stupid in the first place.

It's YOUR browser, a locally running software on a physical computer YOU own which memorize the cookie key-value pair a remote host told YOU to memorize and YOU return the same value later. It's YOU who allowed the cookie. If YOU don't want to allow the cookie, YOU simply not allow it.

You are technically 100% control on cookie. These JavaScript implemented in-page UI has no guarantee to respect your wish. But you have a power to disable it.

frollogaston 5 hours ago||
It's not quite the same thing since the same cookie used for login (doesn't require consent) could be used for tracking (requires consent). But also, basically nobody cares.
TheCoelacanth 3 hours ago|||
"Cookie banner" is a colloquial name; not a technically accurate description of what the banners are for.

GDPR is not about cookies; it is about tracking. Whether the tracking is done through cookies or through other means makes absolutely no difference.

You can prevent some tracking via your browser, but definitely not all of it.

troupo 5 hours ago||
This has nothing to do with cookies, and everything with pervasive and evasive tracking.

E.g. storing your precise geolocation for 12 years: https://x.com/dmitriid/status/1817122117093056541

jsrozner 4 hours ago|
Cookie banners are just a kind of ad. If you're at the site, the demand you have for the content on the site is probably close to inelastic (especially on services websites). The site exploits its effective monopoly on the content to raise prices to the user (in this case your time, attention, and experience).

There is ZERO cost to abusing the user over, and over, and over again by asking for permission to track them.

We shouldn't have the cookie banners at all because NO company should be able to do anything with tracking data. Just ban the use of user data by companies and most of SillyCon Valley's garbage behaviors are fixed.

Similarly, I should never get "terms of service updates" from digital companies because there should be no changes that they can make. You can provide the obvious service that you're providing; you can't aggregate my data for any purpose other than directly serving me; you can't aggregate my data with that of other users; if you retain my data for any other purpose, the government should take percentages of your revenue. I shouldn't have to wade through the BS that the mercenary corporate lawyers cook up to extract value from me.

More comments...