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.

@[email protected]
link
fedilink
English
42Y

If I have to click: ‘deny’ a gazillion times, then I just leave. If they have the alternative: ‘deny all’, then it’s OK.

@[email protected]
link
fedilink
English
52Y

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

@[email protected]
link
fedilink
English
12Y

2 clicks or 10 seconds, whichever comes first.

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.

@[email protected]
link
fedilink
English
22Y

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.

@[email protected]
link
fedilink
English
4
edit-2
2Y

The dialogues are not primarily about cookie consent but consent handling personal data. With that in mind, my primary concern is not giving that consent unnecessarily. I’m not interested in any personalized tracking when they could do enough usage statistic without consent and without sharing personal data with other parties. (That’s why I won’t use browser extensions that simply accept everything with the primary purpose of the consent dialogs not showing up.)

Consent-O-Matic is a browser extension that will decline any consent as far as possible.

It doesn’t work on every website but that’s better than auto-accepting - because I don’t want to give consent.

Sometimes, when the barrier is not too high, I use decline all or open choices and save (verifying defaults are off). Depends on what it is though; often times it’s not worth it to me to invest just to read their content. (Especially when it’s regurgitated from other sources.)

If I can’t use a website without consenting to personalized tracking I leave.

Another alternative is using alternate frontends to websites/services or the web archive.

My general view is that any service they could want to provide would be able to be served without consent requests. Ads can be served without personalized tracking (and can still be contextual to content). Visitor and usage tracking/stats can be done in a way without sharing that information to third parties and without individual user tracking. Legitimate interest and handling data to service (according to terms/contract) do not need consent. So really, there is no need for any consent.

/edit: I will be trying out ublock origin’s hiding and reading up on Firefox automatic rejection mentioned in other comments. I expect them to behave better than the Consent-O-Matic delay of it going through all settings.

U de Recife
link
fedilink
English
12Y

Thanks for pointing out Consent-O-Matic. I’m EU based, so that really comes handy.

I’m having a blast with this kind of suggestions. And because of that I’m loving Lemmy. Thanks!

@[email protected]
link
fedilink
English
62Y

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.

@[email protected]
link
fedilink
English
132Y

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.

@[email protected]
link
fedilink
English
72Y

Does it deny-o-matic?

@[email protected]
link
fedilink
English
82Y

I think the desktop version lets you configure more fine grained preferences, but yes it’s designed to deny by default.

@[email protected]
link
fedilink
English
-22Y

I don’t have a helpful answer, I’m just commenting so I can find out if anyone else does…

Atemu
link
fedilink
English
12Y

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.

Proteus
link
fedilink
English
62Y

I’ve been dabbling with duckduckgo recently. there’s a function in the browser settings to allow only what’s necessary for the site.

@[email protected]
link
fedilink
English
92Y

noScript with blocking all Scripts by default. Most sites rely on javascript to ask you the cookie question. Of course that will disable all other javascript functionality which i have to enable manually if I need it.

@[email protected]
link
fedilink
English
12Y

I’ve tried the no JavaScript experience for a couple of months, but honestly it breaks to much of the internet for it to be a solution for most people. For me personally it was a worse experience than just having it fully enabled.

@[email protected]
link
fedilink
English
172Y

Most sites rely on JavaScript for everything

Jamie
link
fedilink
English
52Y

You’d be surprised how many sites are still functional enough without JS. Even then, you can often keep a lot of the tracking sites blocked and only whitelist the essentials.

@[email protected]
link
fedilink
English
22Y

Honestly my opinion comes from my professional experience as a web developer. I only use react and every website I’ve ever created requires JavaScript.

@[email protected]
link
fedilink
English
02Y

Yeah, pretty much ever web framework in the past 2 decades is JS or TS.

@[email protected]
link
fedilink
English
12Y

This. While react is entirely js, plenty enough have js somewhere for something. Manually whitelisting stuff is a widely unnecessary burden.

@[email protected]
creator
link
fedilink
English
1
edit-2
2Y

“I only use React” therefore “Most sites rely on JavaScript”?

So you wrote more than half of the Internet? Impressive…

@[email protected]
link
fedilink
English
42Y

Yes but I prefer blocking everything unless whitelisted. It is not convenient, i’m used to it though. And since most sites rely on third party sites for consent management I can use the sites java script functions if I want to by whitelisting. Note that I operate that way because of security and privacy concerns and as an act of protest and not to go around consent pop up that’s just a nice side effect.

Jamie
link
fedilink
English
32Y

I pair it with AdNauseum and have my browser “click” on every ad it sees. I don’t know if those are being filtered on the other end or not, but I like to think that I’m making the advertisers pay for clicks they aren’t really getting and messing with their metrics.

@[email protected]
link
fedilink
English
22Y

If there were a way to be sure that this is not tied to my identity, I’d be all over wasting their money as much as possible.

DebatableRaccoon
link
fedilink
English
-32Y

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?

0xSim
link
fedilink
10
edit-2
2Y

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.

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.

@[email protected]
link
fedilink
3
edit-2
2Y

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.

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.

0xSim
link
fedilink
12Y

It is opt-in though? The site can’t track you until you agree with its cookies policy

@[email protected]
creator
link
fedilink
English
42Y

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.

DebatableRaccoon
link
fedilink
English
22Y

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.

Atemu
link
fedilink
English
3
edit-2
2Y

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.

@[email protected]
link
fedilink
English
1
edit-2
2Y

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.

DebatableRaccoon
link
fedilink
English
12Y

They can but that doesn’t get rid of the banners, or worse the plague that is screen overlays.

@[email protected]
link
fedilink
English
12Y

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…

@[email protected]
link
fedilink
English
12Y

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.)

@[email protected]
link
fedilink
English
12Y

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.

ultratiem
link
fedilink
English
32Y

I installed Hush (for Apple devices). Totally even forgot about cookie prompts

Babu Menos
link
fedilink
English
152Y

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.

@[email protected]
link
fedilink
English
762Y

The annoyances filters in uBlock Origin take care of these, I believe there are a few filters specifically for this exact issue, named appropriately.

@[email protected]
link
fedilink
English
202Y

Do you know how it handles the actual cookies? Does it auto accept/reject or just block the site from making cookies?

@[email protected]
link
fedilink
English
42Y

There’s CookieAutoDelete (or anonymous tabs, containers, …) for the other side of this issue.

@[email protected]
link
fedilink
English
42Y

Yup, I have mine setup to autodelete cookies from tabs I’ve closed after 15 seconds. I just “accept all” cookies and don’t worry about it.

@[email protected]
link
fedilink
English
12Y

I think it just hides the banners and popups, not accepting or declining. I’m not 100% though.

@[email protected]
link
fedilink
English
112Y

It simply hides them, equivalent to just not doing anything. It would be illegal in the EU if the site tracked users in this case, but U block can also block trackers, so even if they tried it wouldn’t work.

@[email protected]
creator
link
fedilink
English
262Y

what… I’ve had uBlock Origin enabled all the time, just never went to settings… :-D

@[email protected]
link
fedilink
English
102Y

Where exactly did you find that setting?

@[email protected]
link
fedilink
English
472Y

Click the uBlock icon > click the gear in the bottom right > click the second tab called “filter lists” > extend “annoyances” category > pick “adguard - cookie notices”

@[email protected]
link
fedilink
English
32Y

Thank you so much!

@[email protected]
link
fedilink
English
32Y

Thank you! Great tip!

Do you know if there is a difference between AdGuard and EasyList lists? or if any of the two are more trustworthy?

Honestly I just enabled all of them on the grounds that blocking too many things is probably preferable to not blocking enough.

guyrocket
link
fedilink
22Y

Thanks for this…I just did it…what exactly does it do?

Grimlo9ic
link
fedilink
162Y

What a top-tier tip. I’m one of those people who have uBlock Origin but never knew about this. Thank you!

@[email protected]
link
fedilink
English
82Y

Had no idea this existed. Thanks!

@[email protected]
link
fedilink
English
22Y

Firefox has addons on mobile, e.g. uBlock origin.

@[email protected]
link
fedilink
English
32Y

Is there a way to get it on mobile?

@[email protected]
link
fedilink
English
22Y

Firefox has addons on mobile, e.g. uBlock origin.

@[email protected]
link
fedilink
English
12Y

Does anyone know of a comprehensive cookie modal list for it? It still shows many with all the annoyance lists active

@[email protected]
link
fedilink
English
52Y

Firefox has addons on mobile, e.g. uBlock origin.

No Stupid Questions
[email protected]
Create a post

No such thing. Ask away!

!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:

Rules (interactive)


Rule 1- All posts must be legitimate questions. All posts titles must include a question.

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.



Rule 2- Your question subject cannot be illegal or NSFW material.

Your question subject cannot be illegal or NSFW material. You will be warned first, banned second.



Rule 3- Do not seek mental, medical and professional help here.

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.



Rule 4- No self promotion or upvote-farming of any kind.

That’s it.



Rule 5- No baiting or sealioning or promoting an agenda.

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.



Rule 6- Regarding META posts and joke questions.

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.



Rule 7- You can't harass or disturb other members.

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.



Rule 8- All comments should try to stay relevant to their parent content.

Rule 9- Reposts from other platforms are not allowed.

Let everyone have their own content.



Rule 10- Majority of bots aren't allowed to participate here.

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.



Partnered Communities

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.

Community Moderation

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.

Matrix Chat Room

To find & join our chat room, log into fluffychat.im(or any other matrix client) and put #nostupidquestions:matrix.org on the search bar.

Credits

Our breathtaking icon was bestowed upon us by @Cevilia!

The greatest banner of all time: by @TheOneWithTheHair!

  • 1 user online
  • 213 users / day
  • 9 users / week
  • 232 users / month
  • 772 users / 6 months
  • 0 subscribers
  • 597 Posts
  • 13.9K Comments
  • Modlog