Live data from Hacker News

Consent-O-Matic – automatically fills ubiquitous pop-ups with your preferences

consentomatic.au.dk

141–147 of 147 posts

Re: Consent-O-Matic – automatically fills ubiquitous pop-ups with your preferences

#141

Earlier quoted context omitted.

while we're wishing for impossible things i'd also love if the consent dialogs were an actual standard. if sites could describe a list of what they needed consent for and the browser supplied the actual dialog, so i could just configure it to always allow all if i wanted to, that would be fantastic.

Or even better a header to signal the wish to not be tracked. We could call it "Do Not Track", and enforce with laws.

[flagged]

Re: Consent-O-Matic – automatically fills ubiquitous pop-ups with your preferences

#143
post #27
post #14

Earlier quoted context omitted.

Some preferences are not required for the website to work, but do improve the experience. These are classified as "functional cookies", "preference cookies", or "user interface cookies" in ePrivacy Directive and UK GDPR literature, examples like remembering your selected language, and still require consent. See https://ico.org.uk/for-organisations/direct-marketing-and-pr... . Consent-o-Matic uses this text to describ…

These require consent if, for example, they involve the use of a third-party service. Setting a first-party dark mode cookie does not require opting in even if it's "non-essential". It does however require disclosure. The jury's also still out to what degree third-party cookies need to be disclosed in detail (e.g. whether you really need to keep track of the dozens of cookies Google Maps or YouTube sets or whether yo…

I’m wondefing if those embeds would work in an ``. This prevents them from reading/writing cookies, but everything else should work fine.

Re: Consent-O-Matic – automatically fills ubiquitous pop-ups with your preferences

#144

Earlier quoted context omitted.

We need all of the informatics corporations to die and be reborn as companies that serve their customers.

Well, they surely aren't committing seppuku. No such thing as a corporate honor or shame, only business interests. At least, not with any large corporations. And this status quo needs to change. Too much power and information disparity at the moment, the markets are essentially broken.

IMO, the easiest and most healthy way to get from here to there is by splitting those companies. There are plenty of ways they can be reborn, many even without hurting anybody.

Re: Consent-O-Matic – automatically fills ubiquitous pop-ups with your preferences

#145

I like this, but would like it to avoid the loading time of the consent popups. Too often, the consent dialogue takes over a second to load, and when you finally click 'accept' there is a little spinner for what seems like ages before the dialogue goes away and you get to see the content you came to see. Can we simply detect the "<script src=consent.js..." tag, and simply not load it for the most common and annoying…

In the case that the popup doesn't load/the user never makes a choice, what is the cookie behavior? How about if you hit the "x" button on the cookie popup instead of either "accept all" or "reject all"? My assumption is that, despite what the law says/is meant to do, doing anything than going through the checklist will result in all cookies being enabled.

Since you'd probably do this for each of the big consent-popup-providers, you could simply have custom javascript for each which sends off the necessary ajax call to disable cookies in the background (although personally, I don't really care - if I wanted to disable cookies, I would do it client side. I trust the tech more than I trust their accurate following of the law)

Re: Consent-O-Matic – automatically fills ubiquitous pop-ups with your preferences

#146

Earlier quoted context omitted.

Brave uses Easylist/uBO Cookies list. Everyone develops for it.

If that was true, then Easylist/uBO Cookies list wouldn't work, as the thing they're blocking would have been developed not to be blockable by those things.

What wouldn't work? there is a mix of scriplets, css and network blocks.

Disclaimer; dev here.

Re: Consent-O-Matic – automatically fills ubiquitous pop-ups with your preferences

#147
post #27

Earlier quoted context omitted.

These require consent if, for example, they involve the use of a third-party service. Setting a first-party dark mode cookie does not require opting in even if it's "non-essential". It does however require disclosure. The jury's also still out to what degree third-party cookies need to be disclosed in detail (e.g. whether you really need to keep track of the dozens of cookies Google Maps or YouTube sets or whether yo…

I’m wondefing if those embeds would work in an ` `. This prevents them from reading/writing cookies, but everything else should work fine.

I don't see how that fixes anything as your browser is transmitting PII simply by fetching the iframe content. The sandbox only limits what they can do client-side, they still get to see your IP and user agent.
Post reply on HN