GDPR for lazy people: Block all European users with Cloudflare Workers
1–10 of 1001 posts
Re: GDPR for lazy people: Block all European users with Cloudflare Workers
#2Re: GDPR for lazy people: Block all European users with Cloudflare Workers
#3"Page not found"
It works for me now.
Re: GDPR for lazy people: Block all European users with Cloudflare Workers
#4"Page not found"
I decided to make a little change in the URL (Europeans instead of EU) and that's why there was a short period of 404 errors before I created the redirect.
Re: GDPR for lazy people: Block all European users with Cloudflare Workers
#5"Page not found"
I don't understand how this post could reach HN just a few minutes after I published it... Whoever it did, thanks! I decided to make a little change in the URL (Europeans instead of EU) and that's why there was a short period of 404 errors before I created the redirect.
Re: GDPR for lazy people: Block all European users with Cloudflare Workers
#6Re: GDPR for lazy people: Block all European users with Cloudflare Workers
#7Re: GDPR for lazy people: Block all European users with Cloudflare Workers
#8> Please don’t take us seriously
> This is an example of all the things you can do with Cloudflare Workes and our API. If you like it, please spread the word! But hey, don’t take us seriously. We just wanted to take the drama out from all the GDPR madness out there.
Anyway: just for academic interest I’m curious how much this increases the overall request latency, as there would be one additional blocking HTTP call at the beginning. Do you have any benchmarks for that API call to check the blacklist?
Re: GDPR for lazy people: Block all European users with Cloudflare Workers
#9Re: GDPR for lazy people: Block all European users with Cloudflare Workers
#10Considered 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.
I just wrote the post because if you want to overkill and you are lazy, you can follow our recipe to 'implement' GDPR. I just wanted to be sarcastic and also show how easy to implement Cloudworkers + Apility.io.