If you could magically make
everyone everywhere instantly understand and integrate one concept related to data privacy,
which one would it be?
👀
If you could magically make
everyone everywhere instantly understand and integrate one concept related to data privacy,
which one would it be?
👀
PGP\GPG\S/MIME
At least something so that even if someone is using Gmail for email Google can't rely on reading everyone's emails to train their AIs with.
There is not enough email encryption anywhere.
@Em0nM4stodon I want you to imagine anyone who says “if you have nothing to hide you have nothing to fear” as a fat creepy old dude in a police uniform holding a video camera following you 24/7.
Shoo! Stop following us and all our kids around. Get off me and stop trying to turn the tables on me making me explain myself about why I don’t want your and your buddies’ sleaze all over me.
@Em0nM4stodon data is nuclear waste.
You do NOT want to have to deal with safe and secure storage
@Em0nM4stodon
That EU law does not require a #CookieBanner unless the web site wants to track your clicks or sell your data.
Because people do not understand this, they think "stupid EU law" instead of...
- "website owner has no respect for consumer rights"
- "website owner has no solid business plan and just hopes for a few bucks from the advertisement industry"
@tynstar in many cases (small sites) the website owner don't understand it, either. So they end up installing a generic and obnoxious banner which was not needed. Or they are just for some analytics they don't really look at.
Big companies have resources to do these things properly, though (even if they are often as clueless).
I would wish they understood however that they MUST make the options equally accessible. So, if they want to put some tracking 🍪 for a non-essential purpose (like sharing my whereabouts with their hundreds of partners so they can build a better profile which they then sell to more "partners"), they cannot promote "their" preference for the acceptance.
So, if they put a one-click Accept-all button, I must be able not to accept any of them in one click as well. Not five, not three, one as well (or alternatively, make the acceptance as longer as the other).
And let's not get started with those considering that it's legitimate to require a subscription for not getting tracked...
Cc: @Em0nM4stodon
@crlf @tynstar @Em0nM4stodon I get SO annoyed with the one click 'Accept all' versus expanding several sections to find all the 'legitimate interest' options and disabling then one by one.
And that's why I use Brave...
@tynstar @Em0nM4stodon you can track clicks without necessarily needing a cookie banner. Plausible or a properly configured Matomo will do just that.
On the other hand, if you need to embed contents from sites such as YouTube, Twitter or Facebook, whose embeds have trackers, you need to ask for consent before loading those embeds, and a cookie banner is a common way to do that.
@Ash_Crow @tynstar @Em0nM4stodon de jure plausible actually needs consent when done on the frontend. Not because of GDPR but because of telcom laws in most if not all EU countries. Theres need for consent to send anything from a customer device unless it’s required for requested functionality. Analytics is not one of them and in this case there’s no “legitimate interest” like in GDPR.
In general backend tracking is a future for all law abiding companies.
@hey @Ash_Crow @Em0nM4stodon
Hmm, what does "backend tracking" mean? If it's about individuals' actions ("user journey" based on user IDs or pseudonyms), I'm pretty sure it counts as data processing as defined by GDPR, for which you would need explicit consent.
(Disclaimer: I'm not an expert.)
@tynstar @Ash_Crow @Em0nM4stodon I’m an expect (from tech PoV) and I work on this topic heavily with a legal team that are actual experts.
I’ll give you an example KPI: how many users use „add to fav” that is below the „add to cart” button, per region, per language used.
Frontend tracking: custom event, sent via JS with some GA dimensions.
Needs consent not because GDPR (as long it’s anonymous), but becase telco laws.
1/2
@tynstar @Ash_Crow @Em0nM4stodon Backend: controller gets „add to fav” sends an event with explicitly anonymised data further. No consent needed, it’s a side effect of already given data.
Event: action: fav_add, item_id, language, region
Then to be fully compliant we need to ensure we aggregate all regions in a GDPR compliant way, e.g. if a region has just 2 users, we need to remove it or bundle into „others” so it’s impossible to deanonymise the user.
2/2
@tynstar @Ash_Crow @Em0nM4stodon in big corp I work for we did this as an experiment to a website I own and it was a big success. We got rid of any client side analytics, got rid of consent prompt. Users are free of this shit and yet we still get all the KPIs the product management needs. Some of them we had to design better tho to make it possible without a consent.
Now we spread it all over the place and perhaps some day most of our websites will be consent free.
@hey @Ash_Crow @Em0nM4stodon
Right, that totally makes sense. I just asked 'cause your short sentence about "backend tracking" might have referred to a naive, seemingly better but still illegal approach ("get rid of cookies, but still track individuals within the backend based on their user IDs"). Glad to hear your org really understands all this and takes care to implement it properly!
Thanks for the explanation! If I understand it correctly, one record of that table/log you mentioned could look something like:
- time frame: 2024-09-08 17:00 to 18:00
- item id: 742828
- language: English
- region: UK
- count of "favorite added" events: 11
As you mentioned, one has to make sure that each region has enough users (e.g. at least 5) so that using the records above, one cannot figure out who it was.
For example, if you expand to Ireland and have exactly 1 Irish customer, you would count their actions together with those of people in other countries as a region called "Other". Correct?
@tynstar @Ash_Crow @Em0nM4stodon yeah so in our exact implementation we aggregate the regions only if they have enough events. In our case it's 5 users per region.
For a favorite list it wouldn't be that relevant (if you don't share data with third parties you are allowed to look at the data still based on legitimate interest), but we track something more private so we need to really ensure we don't leak that kind of easy to deanonymise stuff. Even if it's only within the same organisation.
@tynstar @Ash_Crow @Em0nM4stodon sure, depending on your use case you need to design it in a way that it's impossible to whoever looks up the data to correlate actual users with other meta data.
But again, this one we do this way for more "private" stuff than some favorite list items.
I didn't ask my legal team but I guess they would say it's totally ok for the website operator to see what actual people have in their lists.
@tynstar @Em0nM4stodon It's not a great law because it puts almost all the burden on the consumer, only requiring that the website put up a banner, though, yes, it is the website owners that have decided to continue doing unethical things.
Install the EFF's Privacy Badger and do away with all that tracking crap.
I went shopping on bike24 and it was like:
"Cannot remember your session because you did not accept the cookie, do you want to change your cookie setttings?"
"Cannot remember your shopping cart you did not accept the cookie, do you want to change your cookie setttings?"
@tynstar @Em0nM4stodon +9001%
My own website requires 0 banners or popups or consent because I don't run (invasive) ads nor track visitors at all...
Remember that...
#GDPR #BDSG #Privacy #ConsumerRights #DataProtection #EU #USA #tracking #cookies #ads
@PC_Fluesterer @tynstar @Em0nM4stodon and for anyone woundering if it's even possible to make good #Webdesign without #Tracking & #JavaScript:
@tynstar @Em0nM4stodon tho AFAIK webserver logs are exempted as they are generated unavoidably and serve a "legitimate interest" in helping to investigate cyberattacks and enable counter-actions against them...
I.e. being DDoS'd...

@tynstar @Em0nM4stodon and even then, the cookie banner needs to be NON-INTRUSIVE
consent popups are illegal, full stop. they cannot exist under current EU law, they MUST be non-obtrusive
so its less "stupid EU law" and more "predatory and deceitful capitalistic practices"
@Em0nM4stodon Constellation mapping: all the tiny bits of location data that can be linked together to de-anonymize anyone.
Which then gives bad actors, including malicious or overzealous government, all they need to accuse a person of "crime".
@Em0nM4stodon That asking for safety and anonymity is a valid value of itself
Or more focussed: That "end to end encryption" is a nice thing, but a entirely different thing than (and in no way a surrogat for) creating metadata and linking together everything that one does in life
@Em0nM4stodon
> If you could magically make
everyone everywhere instantly understand and integrate one concept related to data privacy
Privacy and security are not the same thing. Boosting one doesn't automagically boost the other.