This might be just EU thing, but is there an effective way to deal with endless “accept/reject cookies” dialogues?
Regardless of the politics behind, I think we can all agree that current state of practice around these dialogues is …just awful.
Basically every site seems to use some sort of common middleware to create the actual dialogue and it’s rare case when they are actually useful and user friendly — or at least not trying to “get you”. At least for me, this leads to being more likely to look for “reject all” or even leave, even if my actual general preference is not that. I’ve just seen too many of them where clicking anything but “accept all” will lead to some sort of visual punishment.
Moreover, the fact that the dialogues are often once per domain, and by definition per-device and per-browser, they are just … darn … everywhere, all the frickin’ time.
Question: What strategy have you developed over time to deal with these annoying flies? Just “accept all” muscle memory? Plugins? Using just one site (lemmy.world, obviously) and nothing else? Something better?
Bonus, question (technical take): is there a perspective that this could be dealt on browser technical level? To me it smells like the kind of problem that could be solved in a similar way like language – ie. via HTTP headers that come from browser preferences.
!nostupidquestions is a community space dedicated to being helpful and answering each others’ questions on various topics.
The rules for posting and commenting, besides the rules defined here for lemmy.world, are as follows:
All posts must be legitimate questions, and all post titles must include a question. Questions that are joke or trolling questions, memes, song lyrics as title, etc. are not allowed here. See Rule 6 for all exceptions.
Your question subject cannot be illegal or NSFW material. You will be warned first, banned second.
Do not seek mental, medical and professional help here. Breaking this rule will not get you or your post removed, but it will put you at risk, and possibly in danger.
That’s it.
Questions which, instead of being of an innocuous nature, are specifically intended (based on reports and in the opinion of our crack moderation team) to bait users into ideological wars on charged political topics will be removed and the authors warned - or banned - depending on severity.
Provided it is about the community itself, you may post non-question posts using the [META] tag on your post title.
On fridays, you are allowed to post meme and troll questions, on the condition that it’s in text format only, and conforms with our other rules. These posts MUST include the [NSQ Friday] tag in their title.
If you post a serious question on friday and are looking only for legitimate answers, then please include the [Serious] tag on your post. Irrelevant replies will then be removed by moderators.
If you vocally harass or discriminate against any individual member, you will be removed.
Likewise, if you are a member, sympathiser or a resemblant of a movement that is known to largely hate, mock, discriminate against, and/or want to take lives of a group of people, and you were provably vocal about your hate, then you will be banned on sight.
For further explanation, clarification and feedback about this rule, you may follow this link.
Let everyone have their own content.
Unless included in our Whitelist for Bots, your bot will not be allowed to participate in this community. To have your bot whitelisted, please contact the moderators for a short review.
You can view our partnered communities list by following this link. To partner with our community and be included, you are free to message the moderators or comment on a pinned post.
For inquiry on becoming a moderator of this community, you may comment on the pinned post of the time, or simply shoot a message to the current moderators.
To find & join our chat room, log into fluffychat.im(or any other matrix client) and put #nostupidquestions:matrix.org
on the search bar.
Our breathtaking icon was bestowed upon us by @Cevilia!
The greatest banner of all time: by @TheOneWithTheHair!
I open ‘settings’ or ‘show more’ and disable all I can on most aitea, as that’s usually enough. Some sites ar such a nousanse I either avoid them or just open a private window, accept all, read what I want to read and close the window, thus wiping all cookies.
Firefox has settings to automatically hit accept or to automatically hit deny or to first try to hit deny then hit accept if it didn’t work. You could end up agreeing to things you might not want to either way though (as sometimes opt out and deny are seperate things you need to do both for.)
If I have to click: ‘deny’ a gazillion times, then I just leave. If they have the alternative: ‘deny all’, then it’s OK.
I have a strict 2-click rule. If I’m not able to disagree to all cookies with two clicks I’m leaving the site again
2 clicks or 10 seconds, whichever comes first.
You can install uBlock Origin, the imho best ad blocker under the sun, and activate both the “EasyList Annoyances Cookie Notices” and the “AdGuard Annoyances Cookie Notices” lists. https://ublockorigin.com uBlock is available for all the most common platforms Chrome, Firefox, Edge, Opera, and there’s a manual install, too.
Duck duck go browser with auto refuse turned on. It stops tracking cookies by default. And then I burn them all anyway when I’m done.
I don’t care about cookies extension or ublock origin with Fanboy’s Cookie List + Cookie autodelete extension
I recommend “I still don’t care about cookies” because that extension didn’t sell out.
Couldn’t agree more. I absolutely hate the half-assed job the EU did on this. Who the hell thought we’d want to get harassed on every site we visit?
The sites’ operators.
The GDPR does not mandate cookie banners. The GDPR mandates informed consent to processing of your data beyond what is technically necessary to facilitate the service. If all you’re doing is store session ids, user preferences or whatever, you need no cookie banner whatsoever.
Lemmy also uses cookies. Do you see a banner? Me neither.
Menial banners to “convince”/trick users into accepting severe privacy intrusions (cookies are the least of your concerns here) are an invention of the websites. Most of them aren’t even legal as they often do opt-out (straight up against what is written in the law) or use dark patterns to trick users into giving consent (obviously not actual consent).
It’s taking a while but the law is slowly being enforced now. Expect slightly less terrible cookie banners in the future. Whenever you do see one though, blame the site operators and law enforcement, not the GDPR.
I don’t get why this is even needed. AFAIK the user can set sites that are not allowed to set cookies in the browser settings in chrome and Firefox at least. In theory this should work even better and more reliable than those damn popups.
They can but that doesn’t get rid of the banners, or worse the plague that is screen overlays.
I was talking about the way the law was made. Why does it require every site to implement a function that the browser already has and does better. They could have made it a requirement for browsers to inform the user about his possibility to block cookies from certain domains on the first launch, just like they made Microsoft to inform about other available browsers after the first startup of Windows XP (I think it was XP…).
But there is something even better coming I heard - there will be the possibility to have a ‘trusted external service’ handle the cookie opt-in-and-out for the users. WHY?! It looks like these laws are made by people without any kind of understanding how any of this even works…
The EU did its job correctly by forcing sites to ask for consent. How that rule is implemented is up to the sites, and they often choose to do it in the most annoying possible way. And then tell you to blame the EU for it.
Also as a website owner, you only need to ask for consent when you use more than “strictly necessary” cookies (https://gdpr.eu/cookies/), i.e. cookies that are needed for your site to function normally.
I blame the EU for not forcing implementation of Do Not Track standards. I will forever maintain that scraping of personal data of any kind should be opt-in, not opt-out. These people get paid a lot of money to get this right.
It is opt-in though? The site can’t track you until you agree with its cookies policy
The ruling has been updated to say that accepting cannot be more convenient/streamlined/less clicks than rejecting, though.
Getting that enforced is another matter altogether, however.
I just learned about the Do Not Track standard, which seems like a much better solution. Just tell your browser once that you don’t want to be tracked, and websites are required to respect that. Rather than each website implementing its own banner UI.
Unfortunately even when it’s built into your browser, some sites get around it. It’s definitely a much better idea than the half-assed mess though.
My take: there’s many more user preferences (and always have been), that have effect on accessibility, usability and privacy. Cookie usage is just one of them, others are language, geolocation, dark/light theming, etc.
Judging from user perspective, level of implementation of these preferences has historically been a holy mess. For example, for one of the oldest preferences, Language, sites would commonly just take them as nice-to-have, if not ignore it completely. Geolocation is a different story, it looks like the way things are set up, site just has to ask your browser for help so it’s harder to ignore it. Dark/light theming—I don’t actually know where we are but is seems it’s slowly getting better.
Technically, I don’t see why data usage consent (cookies or not) could not be just another item in this list—in theory there must be better ways to deal with it than adding HTML dialogs.
I don’t know if there’s some standardization process going on somewhere, but it looks like we need it. These things take massive amount of collaboration, which just won’t happen until the Mozilla’s and Google’s of the world are “forced” to.
So I appreciate government bodies stepping into this in terms of simply mandating that (but not how) service providers must respect user preferences. Telling them how to do it on a technical level is another question and I can’t imagine anyone, let alone average regulatory body do this right on the first attempt.
I appreciate governments stepping in when it’s clearly needed but these people get paid a lot of money to get this stuff right. I see no good reason they couldn’t have implemented Do Not Track as the standard. Invasion of privacy should be opt-in, never opt-out, let alone some tedious task where you have to manually tick every box along the way.
Most browsers have some amount of settings for forcing sites to request permissions like geolocation anyway so there’s little reason to have a borderline EULA to go through before someone can access a website. As for dark/light mode, the implementation on the web of dark modes is so all over the place that I - like many others - just use an extension to force it. It’s not native, it’s not perfect but it’s better than nothing and better than some official attempts.
Consent-o-matic seems to work about 80% of the time. I run the Firefox plugin at home and the Safari extension on my phone.
Does it deny-o-matic?
I think the desktop version lets you configure more fine grained preferences, but yes it’s designed to deny by default.
https://addons.mozilla.org/en-US/firefox/addon/istilldontcareaboutcookies
Alternative for if you want to say no to the cookies:
https://addons.mozilla.org/en-US/firefox/addon/consent-o-matic/
Consent-o-matic is great but it does occasionally get stuck in an endless loop on particularly devious websites.
You can change a couple of settings in Firefox to deal with most (but not all) instantly.
Commenter there says
so at least with the post’s used value 2 it’s not a replacement or equivalent alternative to Consent-O-Matic.
Looks like value 1 would be reject all though.
Friendly reminder that consent popups that don’t have a clear “reject” option right next to the “accept” button are a violation of GDPR. You can report these to your country’s data/privacy governmental body - for example Datatilsynet in Norway/Denmark, CNIL in France. You don’t have to do it for every website that you go to, obviously, but if you do it even once you’re helping solve this problem for more users than just yourself.
Others have given you some good technical solutions - personally I use the uBlock Origin + annoyance filters enabled approach, and use Firefox on Android to get the same experience there.
There is an HTTP Header, called “Do Not Track”, but unfortunately, it has been broken.
The idea was that even under legislations that allow assuming users want to be tracked, this header being set by explicit user action would have been clear evidence that this assumption is wrong in this case.
Unfortunately, Google and Facebook refused to comply outright and with their tracking software running on pretty much all webpages, compliance was never an option for all those webpages.
And Microsoft killed it off completely, by setting it per default in Internet Explorer. Might sound like a good thing, but it meant that the header could be there, even if that particular user actually fucking loves being tracked, which meant it was pretty much legally void.
This is an eu only thing. Eu passed a law years ago and since then we are boned.
Websites could simply have no cookies and not bother us with them or the note.
Then I’d have to log in to remember my settings. No thanks. Lol
Yeah, but then they’d lose their tracking and a lot of the analytics capabilities
Neither of which bothers us, but I suspect it’s a lot of their monetization strategies, unfortunately.
Consent-o-matic on laptop. Usually I’ll go through the options and be annoyed. Sometimes I can’t be bothered and hit accept all.
On mobile Opera blocks them ok.
This is the way. It’s developed by some people from a Danish university and it’s really trying to navigate the shitty popups and find that decline button. Best add-on I have next to ublock.
Came here to suggest this. Consent-o-Matic seems to be a good tool for dealing with these popups.
I’ve been dabbling with duckduckgo recently. there’s a function in the browser settings to allow only what’s necessary for the site.
I don’t have a helpful answer, I’m just commenting so I can find out if anyone else does…
That’s not how this works. Save the post if you want to return to it later. You will not be notified of new answers in this thread if you comment.