What else can they do when they have this laundry list of tracking scripts on a front page: https://i.imgur.com/hKEItPS.png They obviously have NO idea what's being collected on every user and how it is being used.
GDPR: US news sites unavailable to EU users over data protection rules
61–70 of 680 posts
Re: GDPR: US news sites unavailable to EU users over data protection rules
#62Re: GDPR: US news sites unavailable to EU users over data protection rules
#63Alternatively there's this: https://eu.usatoday.com/ No ads, no tracking, no cookies, not even Javascript. Just plain HTML+CSS and JPEG images. The whole front page is around 650 KByte, and by far most of this is in the image files. As a result the page looks very clean and loads very fast. This is what all news web sites should look like, not just for EU readers (although I fear that this is just a temporary solutio…
And how can be a business sustainable in this way?
By not building their entire business around ads and tracking.
Re: GDPR: US news sites unavailable to EU users over data protection rules
#64Earlier quoted context omitted.
For a site that shows text and images you have a simple solution change the code if(isUserInEU()) showBlobkingPopup();) else loadAllTrackingScripts(); into if(isUserInEU()) loadNonTrackingScripts(); else loadAllTrackingScripts();
The problem is ads. Many networks track their users, and the site is responsible for that too. Eliminating all ads means the EU users become only a cost. They need to integrate GDPR-compliant ad networks to serve to EU users, and they probably didn't do the work.
"GDPR is very pragmatic on this point: whatever is really necessary for an app is legal without consent, the rest needs a free 'yes' or 'no' option."
Re: GDPR: US news sites unavailable to EU users over data protection rules
#65I won't miss them. Why would I need to know about local news from places over 5000 km away? Luckily there is still archive.is and the Internet Archive for exceptional articles that pop up on HN.
- You have friends/family in that area
- You actually live in that area, but you are currently travelling
- You are considering visiting the area
- You are doing some kind of research about the area, say, how often a certain type of crime is reported in local media
I'm sure the list can be made much, much longer if we spend some time thinking about it...Re: GDPR: US news sites unavailable to EU users over data protection rules
#66Earlier quoted context omitted.
IANAL but after working on GDPR topics for months with a lot of reading I'd say they would work. Selling data is still hard to argue, I'd not do that for EU citizens ("tag EU citizens to opt out from selling data"). Everything else should be possible. Using Art 6/1(a) and Art. 7 GDPR you can store most of the data from your visitor. You need to make sure they can inform them about your usage, revoke their aggreement…
"Clever UI" (read: deceptive) tricks are obviously explicitely forbidden by the GDPR.
This is not something I would do, but my salary is not coming from placing ads on a site and selling personal data. But this is what will happen.
Re: GDPR: US news sites unavailable to EU users over data protection rules
#67Re: GDPR: US news sites unavailable to EU users over data protection rules
#68Earlier quoted context omitted.
IANAL No, coupling is forbidden. A 20 page, non-legalese EULA is allowed if you don't couple acceptance to using your site. "You need to individually opt-in to every single use case" No. But I would be happy for your source on that. You can't change the usage purpose after collecting, but if you declare what you do before (20 pages EULA) data collection, you're fine. "and you need to consent to every transfer to each…
I would be happy for your source on that. It's in the "Guidelines for Consent" document, in "3.1.3 Granularity": "A service may involve multiple processing operations for more than one purpose. In such cases, the data subjects should be free to choose which purpose they accept, rather than having to consent to a bundle of processing purposes." And they give an example: "Within the same consent request a retailer asks…
Re: GDPR: US news sites unavailable to EU users over data protection rules
#69Earlier quoted context omitted.
"Click here to agree to everything we do" schemes are explicitly forbidden by the GDPR. You need to individually opt-in to every single use case, and you need to consent to every transfer to each individual third party as well.
And yet, that seems to be the solution most sites are already taking. "Click here to agree to tracking and continue to our site." Concrete example: theverge.com Hopefully they will be slapped down for it pretty soon.
Re: GDPR: US news sites unavailable to EU users over data protection rules
#70Earlier quoted context omitted.
You can still run a free website and be compliant with the GDPR. The EU/EEA is the largest market in the world, closing yourself for an market that size will hurt more than changing a few thing to be compliant.
>closing yourself for an market that size will hurt more than changing a few thing to be compliant Only if I make significant money from that market. If most of my revenue/profit comes from the US and it's problematic to "do business" in the EU or China, why wouldn't I want to just cut access off rather than dealing with potential hassles? The fact that it's potentially a large market is irrelevant to me. In this cas…
Let me rephrase: when you collect data on people with the goal to do behavioral / preference analysis on it, it doesn't matter any more whether or not you're 'marketing' to them, or even that you 'send them a clear message' you don't 'market to them'. The GDPR still applies to you.