I've been looking into GDPR and when a cookie consent is needed. In fact, there's no thing called "cookie consent". If you track a user, you have to get his consent before doing it, whether you use cookie consent or now. Ever since I joined HN, there's a lot of marketing going on here from privacy-first Google analytics alternative guys. I found this review showing Plausible and similar products using browser fingerprints and CName cloacking for user tracking, and they still promote those features.I'd like to know your opinion on this. Do I still need to use a consent banner if I use these services?
Thanks.
franky47|5 years ago
This would mean any server-side analytics (looking at access logs, which include IP address and user-agent) cannot be used for analytics or tracking, since there is no way for a user to give/deny consent to a page that already has logged information on them.
Nextgrid|5 years ago
mrweasel|5 years ago
for example for Nginx something like:
log_format logfmt '$remote_country - [$time_local] ' '"$request" $status $body_bytes_sent ' '"$http_referer" "$http_generic_user_agent" "$gzip_ratio"';
That would assume access to a GeoIP database, but it would be helpful.
ralfn|5 years ago
Those who have the intent to comply and are at least complying in spirit are not at any legal risk. Attitude matters.
And the spirit is obvious: get consent if you enable a third party to unique identify a user in reality. I.e. if it's private data or if you enable correlation across websites.
It's correlating and sharing you need consent for. Don't worry about a server log.
It is not about what you make possible. It's about what you do. Technically any sysadmin can access some information they should not. It's unavoidable.
But that's quite a far way from commercially exploiting databases of people without their consent.
Honestly they should just ban the sale of personal information. Most internet marketing vendors are not actually in the business of selling personal data.
Now the good ones suffer because of the bad ones. And the bad ones either pretend they have consent or find a way to get it.
unknown|5 years ago
[deleted]
threatofrain|5 years ago
ramboram|5 years ago
[deleted]
mrweasel|5 years ago
I have two browser plugins: "I don't care about cookies" and "Never Consent", I'm not sure what Never Consent doesn't technically, but the other one just hides the DOM element with the cookie thingy.
That means that I never see the "consent" banners so I can't click the "Okay" buttons. I should test to see how many sites just assumes OK to cookies because I didn't click "No".
On a positive note I do see more an more sites making it just as easy to say no to tracking as saying yes. Though sites are better at remembering a yes to tracking, compared to a no.
luckylion|5 years ago
From their website [1]: By using it, you explicitly allow websites to do whatever they want with cookies they set on your computer (which they mostly do anyway, whether you allow them or not).
Which is fine for me, I use it with Cookie Autodelete, but if you don't, you should be aware of that.
[1] https://www.i-dont-care-about-cookies.eu/
lucideer|5 years ago
ePD introduced the idea of the cookie consent banners we see today.
While it was enacted in 2002, ePD didn't really start to come into broad legal force in many member states until ~2010ish (EU Directives are not like federal laws; instead they're implemented & enforced by individual member states separately).
GDPR's focus on prior consent makes consent banners in their popular format largely useless, but when GDPR came along, the intent was that PD should have been replaced by the accompanying EU ePrivacy Regulation (ePR)[1] to clarify this. ePR has been delayed, so we're in this ambiguous place.
[0] https://en.wikipedia.org/wiki/Privacy_and_Electronic_Communi...
[1] https://en.wikipedia.org/wiki/EPrivacy_Regulation
donohoe|5 years ago
This is as much about what information is available AND what you do with it. Browsers send information whether you ask/use it or not.
At a high-level (and not necessarily speaking about Plausible here cos I don't know the inner workings), it is ok for a service to use personal information (looking at the IP address here) if in a form that is not traceable back to a user, and not used for tracking individuals.
In this case the use of CNAME is fine, its just to stop the blunt blocking of JS etc that happens as a reaction. Its worth noting that GDPR does permit data collection for essential services and (there is some dispute/debate on this) basic site analytics can be considered essential services.
In regards to Plausible, they are commenting directly here and seem to be address all these concerns.
IMHO the blog post author sees a problem at the surface level but is not an expert - but for those of us more familiar with the legal framework behind this, the exceptions, and the distinctions of how information is used (and supporters of GDPR), what Plausible doing is good and compliant.
(To be clear; I'm not affiliated with them - am just supportive of GDPR friendly alternatives like this one)
M2Ys4U|5 years ago
Article 5(3) of that directive states that
"Member States shall ensure that the use of electronic communications networks to store information or to gain access to information stored in the terminal equipment of a subscriber or user is only allowed on condition that the subscriber or user concerned is provided with clear and comprehensive information in accordance with Directive 95/46/EC, inter alia about the purposes of the processing, and is offered the right to refuse such processing by the data controller. This shall not prevent any technical storage or access for the sole purpose of carrying out or facilitating the transmission of a communication over an electronic communications network, or as strictly necessary in order to provide an information society service explicitly requested by the subscriber or user."
In other words, unless the cookies are strictly necessary to providing you with the service then you must provide users information about what the cookies are used for, and you must offer an opt-out.
(It's also worth pointing out the generality of this Directive, too: It doesn't only apply to cookies, but also to things like localStorage).
The ePrivacy Directive is, as its name suggests, a Directive which is addressed to member states of the European Union which have all written it in to domestic law.
In the UK, for example, it was implemented as PECR[2].
[0] The ePrivacy Directive does reference the old legislation that the GDPR replaces, so you should consider the reference in the ePD to Directive 95/46/EC as a reference to the GDPR. This means the standard of "consent" is the GDPR's standard now.
[1] https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A...
[2] https://ico.org.uk/for-organisations/guide-to-pecr/what-are-...
KingOfCoders|5 years ago
"Cookies are an important tool that can give businesses a great deal of insight into their users’ online activity. Despite their importance, the regulations governing cookies are split between the GDPR and the ePrivacy Directive." https://gdpr.eu/cookies/
sarnowski|5 years ago
Consent is required by GDPR but not for the technical circumstance that you store a cookie but that you use it for profiling. Some lawyers argue that basic web performance is legitimate interest especially in e-commerce, others don’t risk it and ask for consent (which is strictly opt in).
bmcn2020|5 years ago
Applies off site as well -- pretty much every cold email tracking software, like Yesware, is in violation of GDPR, since you didn't get the recipient's consent to track their opens and clicks.
unknown|5 years ago
[deleted]
mpitt|5 years ago
[1] https://ico.org.uk/for-organisations/guide-to-data-protectio...