It's a Friday afternoon blog post to show how cool my product is with Cloudflare Workers and having fun at the same time!
GDPR for lazy people: Block all European users with Cloudflare Workers
21–30 of 1001 posts
Re: GDPR for lazy people: Block all European users with Cloudflare Workers
#22How does CloudFlare know if someone is a citizen of the EU and traveling abroad? In haproxy, I redirect a few accept-language headers, but even this has its faults.
Re: GDPR for lazy people: Block all European users with Cloudflare Workers
#23Considered this before, but it doesnt work. IIRC, the law applies to euro citizens both living in country and abroad. As such, geoip blocking is not a working strategy. (a french citizen who lives in japan still had GDPR rights) A better one would likely be a clickwrap agreement for all users stating "European citizens are not allowed on this service" which they have to click a "I am not european" tickbox to.
No. The law applies to people physically in the EU, not blanket to EU citizens. An American in Paris is protected by GDPR laws - a German living in NYC is not.
Re: GDPR for lazy people: Block all European users with Cloudflare Workers
#24How this checks if a user is European when using US VPN or being on holidays outside EU?
Re: GDPR for lazy people: Block all European users with Cloudflare Workers
#25Considered this before, but it doesnt work. IIRC, the law applies to euro citizens both living in country and abroad. As such, geoip blocking is not a working strategy. (a french citizen who lives in japan still had GDPR rights) A better one would likely be a clickwrap agreement for all users stating "European citizens are not allowed on this service" which they have to click a "I am not european" tickbox to.
GDPR doesn't mention citizenship, it applies to any Data Subject who is a 'natural person'. The scope is stated as 'whatever their nationality or place of residence' which is universal.
So just blocking EU residents is not enough, one would have to also ensure that no other data is processed (1) within any country implementing GDPR or (2) anywhere in the world if you have a controller in the EU, his role being a sort of GDPR proxy.
Even saying 'within EU' is actually inadequate; the Isle of Man has implemented GDPR but isn't in the EU and there are probably other examples.
Re: GDPR for lazy people: Block all European users with Cloudflare Workers
#26How this checks if a user is European when using US VPN or being on holidays outside EU?
Re: GDPR for lazy people: Block all European users with Cloudflare Workers
#27I'm the author of the post. My most stupid post is in HN! crazy! I just wanted to be sarcastic and make some laughs about people blocking all traffic from Europe, which is crazy! It's a Friday afternoon blog post to show how cool my product is with Cloudflare Workers and having fun at the same time!
Re: GDPR for lazy people: Block all European users with Cloudflare Workers
#28I'm the author of the post. My most stupid post is in HN! crazy! I just wanted to be sarcastic and make some laughs about people blocking all traffic from Europe, which is crazy! It's a Friday afternoon blog post to show how cool my product is with Cloudflare Workers and having fun at the same time!
Re: GDPR for lazy people: Block all European users with Cloudflare Workers
#29Re: GDPR for lazy people: Block all European users with Cloudflare Workers
#30I'm the author of the post. My most stupid post is in HN! crazy! I just wanted to be sarcastic and make some laughs about people blocking all traffic from Europe, which is crazy! It's a Friday afternoon blog post to show how cool my product is with Cloudflare Workers and having fun at the same time!
It's no laughing matter for some companies. EU citizens have turned into pests overnight. There are businesses who don't make much money from the EU to justify compliance with the regulations.
That's an excellent attitude to take towards your users.