Am I wrong for blocking the Cloudflare domain because I assume they are gathering as much as google?
from ScoffingLizard@lemmy.dbzer0.com to privacy@lemmy.ml on 25 Apr 08:56
https://lemmy.dbzer0.com/post/67749887

#privacy

threaded - newest

Brkdncr@lemmy.world on 25 Apr 09:02 next collapse

www.cloudflare.com/privacypolicy/

themurphy@lemmy.ml on 25 Apr 11:51 collapse

Privacy policies doesnt mean anything, if it’s a US based company. Doesnt matter if the servers are in the EU. They steal it anyway.

Look US Cloud Act.

[deleted] on 25 Apr 13:22 collapse

.

gnugit@lemmy.ca on 25 Apr 13:30 next collapse

Do you honestly believe the US follows the GDPR?

[deleted] on 25 Apr 14:53 collapse

.

themurphy@lemmy.ml on 25 Apr 18:26 collapse

They are also legally required to hand over the data. Do you honestly believe they go against the orange dictator and NSA?

JoeBidet@lemmy.ml on 25 Apr 14:28 collapse

they must first comply with the Patriot Act, the FISA amendment Act, and the Cloud Act, because they are in the same jurisdiction as them… then, maybe the EU GDPR. in that order. always.

[deleted] on 25 Apr 14:54 collapse

.

JoeBidet@lemmy.ml on 25 Apr 15:35 next collapse

well it’s standard “hierarchy of norms” theory of the law, when regulations of different nature piling up…

Also Patriot, FISA-A, and Cloud acts all pretend to be justified by “national security” which times and times again has been considered in the US be a higher imperative in the hierarchy of the norms (in many cases justifying to even bypass the constitution when it comes to spying on US citizens, etc.).

Whichever way you look at it: the NSA and the CIA (and countless other agencies) who have been granted unlimited, unregulated, untraceable access to all data processed by any US company are not subjected to the EU GDPR.

lukstru@piefed.social on 25 Apr 16:14 collapse

https://www.forbes.com/sites/emmawoollacott/2025/07/22/microsoft-cant-keep-eu-data-safe-from-us-authorities/ iirc, this was about EU servers that were not supposed to forward data to the US by contract

crandlecan@mander.xyz on 25 Apr 09:03 next collapse

Good luck reaching websites 😂

postman@literature.cafe on 25 Apr 09:19 next collapse

I suggest you also block anyone using AWS.

bonsai@lemmy.dbzer0.com on 25 Apr 15:55 next collapse

I don’t think OP would be able to use the modern internet lol

If they still can then goddam please write a tutorial

Zach777@lemmy.ml on 26 Apr 01:13 next collapse

Well you can use the modern internet. Just not most of it. You would be only looking at the personal indie web at that point.

adespoton@lemmy.ca on 26 Apr 03:26 collapse

A lot of personal indie web uses CF because it’s free and manages usage spikes and your home server going offline for whatever reason.

ScoffingLizard@lemmy.dbzer0.com on 27 Apr 04:01 collapse

It’s a pain in the ass for sure. There are many things I can’t see. It’s worth it to not fund fascism.

prex@aussie.zone on 26 Apr 04:02 next collapse

Usenet, email & gopher. Perfection.

onlinepersona@programming.dev on 25 Apr 12:42 collapse

The “Alt+F4 is a cheatcode” of our times.

undefinedTruth@lemmy.zip on 25 Apr 09:22 next collapse

If you are actively blocking Cloudflare and you are still able to use the web services you rely on then I am genuinely jealous of you.

RodgeGrabTheCat@sh.itjust.works on 25 Apr 09:24 next collapse

Doesn’t Lemmy go down when Cloudflare goes down? Are you currently blocking CF?

voxel@feddit.uk on 25 Apr 13:20 next collapse

Depends on your provider.

bjoern_tantau@swg-empire.de on 25 Apr 23:35 next collapse

Depends on the Lemmy server. So not all of Lemmy goes down.

RodgeGrabTheCat@sh.itjust.works on 26 Apr 00:02 collapse

I know the server I’m on went offline during the last cf outage. Never occurred to me this wouldn’t be the case for all of Lemmy.

Edit: early morning comment always ends with me making spelling mistakes.

bjoern_tantau@swg-empire.de on 26 Apr 15:14 collapse

That was a great time. My little server never felt snappier because all the big instances had stopped sending their content. And I could laugh at them because I wasn’t affected.

ScoffingLizard@lemmy.dbzer0.com on 27 Apr 07:50 collapse

So it looks like I’m only blocking subdomains for the challenges, ajax, and some other CDN stuff. I could try blocking the whole domain for a while and see what happens. It will probably result in the same access since I blocked challenges.

sidebro@lemmy.zip on 25 Apr 10:54 next collapse

I think I’d rather practice other anti-tracking or anti-fingerprinting measures rather than blocking one of the largest CDN’s in the world. But yes, they do track.

Cherry@piefed.social on 25 Apr 11:24 next collapse

Reminds me of when my stepmother turned off the router because she didn’t want incoming radiation and then couldn’t figure why her emails were not arriving.

chicken@lemmy.dbzer0.com on 25 Apr 11:41 next collapse

If you set up a website with cloudflare, their user interface has a lot of tracking stuff on by default to be injected into it. It also encourages you to use their https service where the traffic is not actually encrypted from the user to your server, but man-in-the-middle’d by cloudflare. But the interface makes it super easy to do and refers to it like a good and normal default option.

So yeah I think they really want your data.

bjoern_tantau@swg-empire.de on 25 Apr 23:34 next collapse

Even if you don’t use Cloudflare’s https they still need the private keys to work. So they can read all traffic either way.

bilb@lemmy.ml on 26 Apr 00:04 next collapse

That’s true if you’re proxying your traffic for DDoS protection, but you don’t need to do that to use them as a DNS, if you must.

chicken@lemmy.dbzer0.com on 26 Apr 00:43 collapse

I’ll be more specific: if you set up a website on your own server, and use Cloudflare as a reverse proxy. If you do SSL yourself, on your own server, then the traffic is encrypted between the client and your server, and therefore Cloudflare cannot read it, they do not have the encryption keys, even though the traffic is passing through them. If you use Cloudflare’s https solution, Cloudflare provides the keys and decrypts the traffic before passing it on.

The former is the more secure way to do it, but they encourage you to do it the way where they get to read all the traffic, which is pretty shady of them, because if a website has https people assume that means it is end to end encrypted to the website itself, but that assumption is being violated here and a user has no way to know.

bjoern_tantau@swg-empire.de on 26 Apr 02:09 next collapse

How can they act as a proxy if they can’t terminate the connection? Or what service does that offer?

I guess they could filter out some connections based on IP addresses. But is that enough for some customers? Or am I overlooking something?

chicken@lemmy.dbzer0.com on 26 Apr 02:34 collapse

How can they act as a proxy if they can’t terminate the connection?

Why wouldn’t they be able to? The DNS record points to Cloudflare’s IP, they forward the traffic to your server’s IP. This is a common choice for self hosting setups because it’s a free service and it is a way to avoid pointing a DNS record at your home IP, which you may not want everyone to know. That doesn’t require decrypting the traffic.

How this squares with the ddos protection and caching stuff, I’m not sure, but I know I set up SSL locally, did not give Cloudflare the keys, turned off all the options for them to handle it, and everything seems to work.

bjoern_tantau@swg-empire.de on 26 Apr 11:30 next collapse

Thanks! I hadn’t considered just wanting to hide your own IP.

[deleted] on 26 Apr 12:32 collapse

.

Lee@retrolemmy.com on 26 Apr 12:33 collapse

You should check the certificate shown to clients when accessing your domain. I think you’ll find that it is not the certificate that you created outside of Cloudflare. Cloudflare doesn’t need your private key as they issue a certificate for your domain to themselves and use that for the connection with the client. The certificate you created is used between Cloudflare and your server. The only option I’m aware to route traffic through Cloudflare where they don’t terminate SSL is an enterprise only feature.

chicken@lemmy.dbzer0.com on 27 Apr 03:08 collapse

I checked just to be sure (and debugged some problems while I was at it like the certificate having been expired), the certificate is from Let’s Encrypt via certbot.

Here is how to configure Cloudflare for this (I am using the free version):

In the settings under SSL/TLS Overview, in “Configure encryption mode”, select “Custom SSL/TLS” instead of “Automatic SSL/TLS (default)”, and under that select Full:

Full Enable encryption end-to-end. Use this mode when your origin server supports SSL certification but does not use a valid, publicly trusted certificate.

Edit: looking into it more, might have been mistaken about how this works

ComradePenguin@lemmy.ml on 26 Apr 15:09 next collapse

Thanks for the info about HTTPS. I have used it a lot in the past, since its so incredibly easy and reliable

cryptix@discuss.tchncs.de on 27 Apr 05:09 collapse

I accedently turned on the orange cloud and mitm myself accedently. It was later some day when I checked my SSL cert that I found google certificate instead of let’s encrypt that I realized the traffic is not terminating at my server.

[deleted] on 25 Apr 16:14 next collapse

.

doodoo_wizard@lemmy.ml on 25 Apr 17:22 next collapse

Lots of stuff breaks when you block cloudflare so a better way to avoid its data collection is to use a vpn and clear your browsing data.

JadeEast@quokk.au on 25 Apr 17:56 next collapse

I have the detect cloudlflare firefox extension. I avoid sites that use it. Haven’t tried blocking it completely yet but I could probably manage.

viov@lemmy.world on 26 Apr 00:42 collapse

Can you link that extension please? That way I’m getting the right one. Hope its open source too

JadeEast@quokk.au on 26 Apr 01:35 collapse
bjoern_tantau@swg-empire.de on 25 Apr 23:37 next collapse

Just blocking the domain won’t do you any good. Half the internet is behind Cloudflare. Even some Lemmy servers use it.

ParlimentOfDoom@piefed.zip on 25 Apr 23:50 next collapse

This is just turning off your router with extra steps

HubertManne@piefed.social on 26 Apr 02:25 next collapse

As others have mentioned you are going to have a tough time seeing much on the web without it but I guess it would be a good way to see the web with like zero corpo stuff.

Quill7513@slrpnk.net on 26 Apr 13:58 collapse

for that reason i block it via uBlock origin because it is an operational reality that i need to see that shit sometimes. the only uBlock origin origin that never gets toggled is wix. that shit can stay the fuck off my screen

HubertManne@piefed.social on 26 Apr 17:08 collapse

this is one reason I have not been very motivated to block ads. its kinda something I want to know about because holy trump they are just lowest common denominator at this point. There is just a whole cesspool that people who have not seen adds since before covid are unaware of.

Quill7513@slrpnk.net on 26 Apr 17:15 collapse

oh for sure. it’s horrifying. people are just existing with overt fascist propaganda around them all the time, and Google has been pushing it hard since 2019

flactwin@lemmy.zip on 26 Apr 13:25 next collapse

for my server i use porkbun this cheap but relaible and my raspberry pi3b for small cloud servers, xmpp, wireguard, works nicely

Auli@lemmy.ca on 26 Apr 19:38 collapse

Porkbun uses cloudflare name servers.

flactwin@lemmy.zip on 26 Apr 19:48 collapse

yes it is, they manage dns using cloudflare, but not provide any dtata to them

kazerniel@lemmy.world on 26 Apr 14:20 next collapse

You won’t be able to access 22% of websites, among them many of the largest ones.

Skankhunt420@sh.itjust.works on 26 Apr 20:39 next collapse

Yupp it sucks.

But it does kind of reaffirm that it most likely is collecting just as much data as google. I hate cloudflare and don’t understand why the rest of the world wants to be so dependent on a US ran technology firm after waves arms all this

HiddenLayer555@lemmy.ml on 27 Apr 00:35 collapse

Including .world lol

Marasenna@lemmygrad.ml on 27 Apr 05:30 collapse

And nothing of value would be lost.

Aria@lemmygrad.ml on 26 Apr 15:51 next collapse

Is this even the privacy forum? A lot of people here implying OP should consent to the spying for better service. Cloudflare absolutely does gather as much as Google, and with much deeper access. If you can go without those websites, then block Cloudflare.

Zoma@sh.itjust.works on 26 Apr 19:50 collapse

I block cloudflareinsights.com which my lemmy instance seems to be using lol.

ScoffingLizard@lemmy.dbzer0.com on 27 Apr 07:53 collapse

I have not had that one come up on my logs yet.