Live data from Hacker News

Ask HN: What is the least obnoxious way to ask for cookie permissions?

news.ycombinator.com

81–90 of 110 posts

Re: Ask HN: What is the least obnoxious way to ask for cookie permissions?

#81
post #8

Cookie permissions and EU advertising options should absolutely be built into the browser, it makes no sense for the user to have permissions on each site individually like this with a different system on each one. Then the user can centrally review what permissions they gave, revoke them etc. So no sites should have these kind of approval banners.

Huh, I think I agree. Not only are the banners slow, obnoxious, have a tendency to being manipulative and are different for every website, a web developer can easily ignore the user's choice and track them anyway. Apple made a big leap with the “ask app not to track” and I think browsers should have this as well. If only to get rid of those infernal banners.

I've been in Europe for almost 2 months now and started seeing the GDPR banners a lot more often. I've yet to feel like I'm missing anything by either clicking reject all, or by avoiding the site if I can't reject all non-required cookies in a few clicks.

Re: Ask HN: What is the least obnoxious way to ask for cookie permissions?

#82
Apple.com does not ask consent to track you for marketing purposes.

GitHub used to not have cookies for tracking purposes either but it looks like some people couldn’t live without tracking users so it’s back after 2 years on some subdomains: https://github.blog/2020-12-17-no-cookie-for-you/

Re: Ask HN: What is the least obnoxious way to ask for cookie permissions?

#83

Earlier quoted context omitted.

I'd like to point out that I answered the question even if not using cookies is not an option. But to elaborate a bit: At least in Germany (and I believe this applies more or less everywhere) if you install a 1st-party tracking method based on 1st-party cookies, that doesn't fall under the 3rd-party consent requirement and you don't need consent. That means you can track your valuable retention numbers and won't need…

Thank you. I have done so many implementations of GDPR. The cookie consent pop-ups everywhere are only needed because of how aggressive these third parties collect information (and that they _are_ third parties). Just don't collect PII beyond was is absolutely essential for your application, and don't share it with third parties. Bam you don't have to get consent. Knowing what classifies as PII is still a hard proble…

Email is always pii under gdpr

Re: Ask HN: What is the least obnoxious way to ask for cookie permissions?

#84
post #76
post #8

Cookie permissions and EU advertising options should absolutely be built into the browser, it makes no sense for the user to have permissions on each site individually like this with a different system on each one. Then the user can centrally review what permissions they gave, revoke them etc. So no sites should have these kind of approval banners.

That'll probably be the death of analytics. Nobody wants cookies, given the option.

Good

Re: Ask HN: What is the least obnoxious way to ask for cookie permissions?

#87
post #71

Least intrusive: Make it take up so little space that you don’t even need to close it, make the accept button green and the deny button red, and let there be no consequence if neither is clicked. Don’t make anyone aware of the ambiguity that not clicking it is neither consent or denial. Pointing out this stuff forces you into the path of requiring that people click on it before being able to navigate the website, whi…

The noise shouldn't have any bright red/green colors not to attract attention

Re: Ask HN: What is the least obnoxious way to ask for cookie permissions?

#88
post #8

Cookie permissions and EU advertising options should absolutely be built into the browser, it makes no sense for the user to have permissions on each site individually like this with a different system on each one. Then the user can centrally review what permissions they gave, revoke them etc. So no sites should have these kind of approval banners.

Firefox lead the way! Google wont want to do it unless forced.

Re: Ask HN: What is the least obnoxious way to ask for cookie permissions?

#89

Apart from the others suggestions. Make sure that it does work with extensions like I don't care about cookies. That one is usually easy but make sure it works with the uBlock script too. Do not have that the banner force any site reloads. Analytics for example can be loaded into a page wihtout reloading. If that is done the ad blocker users will never notice the banner.

Makes me wonder, if the only thing needed is authenticated sessions then just ask for opt in during sign up? Is that possible.

Re: Ask HN: What is the least obnoxious way to ask for cookie permissions?

#90
post #8

Cookie permissions and EU advertising options should absolutely be built into the browser, it makes no sense for the user to have permissions on each site individually like this with a different system on each one. Then the user can centrally review what permissions they gave, revoke them etc. So no sites should have these kind of approval banners.

Let's hope the EU mandates this to end the current madness. No idea why they didn't do so in the first place.
Post reply on HN