621 points stagas 1 day ago 193 comments
csomar 1 day ago | parent
windexh8er 1 day ago | parent
JoshTriplett 1 day ago | parent
windexh8er 11 hours ago | parent
Again, this isn't anything new.
celsoazevedo 1 day ago | parent
purpleidea 1 day ago | parent
<script type="module" src="https://static.cloudflareinsights.com/beacon.min.js/v4513226..." integrity="sha512-ZE9pZaUXND66v380QUtch/5sE9tPFh2zg45pR2PB0CVkCtOREv2AJKkSidISWkysEuQ0EH8faUU5du78bx87UQ==" data-cf-beacon='{"version":"2024.11.0","token":"c0859b51a7804ab5a9cc8e9e2b2c4cde","r":1}' crossorigin="anonymous"></script>
kevincox 1 day ago | parent
zx8080 21 hours ago | parent
reaperducer 21 hours ago | parent
Good point. There should be a place where hackers can get this kind of news. Some kind of Hacker News place.
zeafoamrun 19 hours ago | parent
chrisweekly 20 hours ago | parent
matherial 20 hours ago | parent
stackghost 22 hours ago | parent
edit: perhaps it's only for sites added after that policy came into effect
moktonar 1 day ago | parent
_def 1 day ago | parent
LoganDark 1 day ago | parent
Bender 1 day ago | parent
cryo32 1 day ago | parent
And they can fuck off.
ValentineC 1 day ago | parent
dchest 1 day ago | parent
altairprime 1 day ago | parent
The RUM Diaries: Enabling Web Analytics by Default
(2 points, 11 months ago): https://news.ycombinator.com/item?id=45291323
(1 point, 11 months ago): https://news.ycombinator.com/item?id=45339321
cromka 19 hours ago | parent
pudgywalsh 1 day ago | parent
If they can inject script, they can also snoop on all your cleartext traffic without you knowing....
johntash 1 day ago | parent
sebastiennight 1 day ago | parent
stagas 1 day ago | parent
stagas 1 day ago | parent
kazinator 1 day ago | parent
If the browser connects directly to your web server, how can there be Cloudfare's analytics stuff?
Check what IP address you are connecting to when you load textlog.cc. Is that an address that you control? If it's not an address that you control, where is it getting your page, and is that not called proxying?
temp0826 1 day ago | parent
camel_gopher 20 hours ago | parent
Ah, because they can.
BorisMelnik 1 day ago | parent
minraws 1 day ago | parent
yogorenapan 1 day ago | parent
outlines 1 day ago | parent
I have all my domains set to DNS only, so no CF proxy. Wondering if that is why?
stagas 1 day ago | parent
TiredOfLife 1 day ago | parent
The proxy is like 99% of why people use Cloudflare
stagas 1 day ago | parent
TiredOfLife 16 hours ago | parent
cortesoft 1 day ago | parent
I use them for my registrar, because they offer domains at cost and you can’t beat that. But yes, they make it an extra step to use them without using the CDN.
Once you figure it out, it is fairly straightforward, though, and you can’t beat the price.
Animats 1 day ago | parent
Cloudflare injected hostile code into a site they are not even hosting? If it's HTTPS, how do they even do that?
Does it violate the "exceeds authorized access" provision in the Computer Fraud and Abuse Act?
bawolff 1 day ago | parent
It seems incredibly unlikely cloudflare does this when just DNS hosting, if for no other reason then that this would break so many things.
stagas 1 day ago | parent
eaf7e281 1 day ago | parent
dboreham 1 day ago | parent
kazinator 1 day ago | parent
Or is it that when you sign over DNS to a provider, they can take over your cert? They can "ass-cert" their own? :)
threecheese 1 day ago | parent
muvlon 1 day ago | parent
This may tell you something about how keen Cloudflare are to handle traffic they themselves cannot decrypt.
bawolff 22 hours ago | parent
Realistically its a totally different product, and 5 digit price is probably cheap relative to competitors in that space.
muvlon 7 hours ago | parent
You do ideally want your own /24, though even that's not a hard requirement. And it can be provider-assigned space as long as your provider is willing to sign an LOA for you.
As for competitors, there are a few that start in the low 4 digits per month for similar services. That's not to say Cloudflare doesn't have anything unique to offer though, they're great at scale and standardization.
bawolff 1 hour ago | parent
bawolff 1 day ago | parent
What a certificate is supposed to verify is that traffic is going to the right place. If you designate cloudflare as the rightful host of your website then they can get a certificate.
This isn't an edge case though. This is cloudflare's primary product. It is why users use them.
MrJohz 1 day ago | parent
You can disable this, at which point the record will be set as a normal DNS record.
I can see the advantage of Cloudflare's proxy systems, but I wish they'd be clearer about when they're being used and not pretend that this is some DNS feature or that records have been set to one thing when they've actually been set to something else. If nothing else, it makes debugging DNS issues a lot more confusing, particularly if you're not a DNS expert.
gruez 1 day ago | parent
You could say the same about the reverse, ie. people set up their site on cloudflare, thought it was "protected", but really it's dns only and their servers are wide open. It's even worse if they migrated from another provider that was providing ddos protection.
bawolff 1 day ago | parent
I think a better question is: why would you be using cloudflare, if you didn't want that?
fragmede 21 hours ago | parent
Aeolun 23 hours ago | parent
Not to mention impossible when ‘just’ DNS hosting. Though I suppose they could secretly replace the stated IP with one of their own anyway and then still proxy the content.
Touchnow 1 day ago | parent
Worth checking which of your records are actually proxied. DNS-only ones (grey cloud) pass straight through and can't be touched.
monitorion 1 day ago | parent
okzgn 1 day ago | parent
This makes the client only load self-hosted scripts, or scripts only from the specified origins, among the other directives CSP allows (e.g. restricting styles, images, frames, etc.): https://developer.mozilla.org/en-US/docs/Web/HTTP/Guides/CSP
1vuio0pswjnm7 23 hours ago | parent
The risk of third parties injecting scripts, etc., e.g., analytics, advertising, etc., into response bodies (web pages) is usually cited as a rationale for using HTTPS^1
CF somehow avoids the usual objections. CF is a MiTM but few people object
1. For example, a data collection, surveillance and advertising services company that operates a www search engine and releases a web browser may not want an ISP to inject scripts, etc., e.g., analytics, ads, etc., into web pages as it might compete with the company's business. As a defense against such ISPs and other third parties that are potential competitors for data collection/surveillance/advertising services, it might favor HTTPS sites in its www search engine results, promote HTTPS at conferences discussing its web browser, etc.
okzgn 22 hours ago | parent
1vuio0pswjnm7 21 hours ago | parent
Letting Cloudflare (CF) operate DNS and direct traffic through its proxies gives CF control
It's interesting to see how they use it under market pressures
zmgsabst 20 hours ago | parent
1vuio0pswjnm7 18 hours ago | parent
But this is what Cloudflare does and no one seems to mind
Large companies also do this to protect their LANs
I'm not running a CDN, only a small home LAN. I'm only procesing a small amount of traffic on a personal computer. This setup is fast enough for me, it's not slow at all
The basic configuration is generally:
1. Configure DNS to point to the local proxy listening address #1, a local address, e.g., using a wildcard in a zone file
2. Configure the proxy to terminate TLS, "do stuff", and then forward to proxy UNIX socket path #2 or proxy listening address #2
3. After doing the stuff, the proxy then sends the traffic over the internet
The "do stuff" part is personal. It depends on what one wants to do. There are seemingly endless possibilities
It's not likely the constantly changing configurations I use would be suitable for others. It's all based on personal preferences and usage habits
I rarely use a graphical browser, for example
I don't make piecemeal remote DNS queries like most www users. (IME, most A RR's stay the same over long periods.) I get bulk DNS data periodicallly from a variety of sources and load it into the proxy's memory. When I make an HTTP request there is either no DNS lookup because I'm using the IP address of the proxy or there is a single, local DNS lookup which returns the address of the proxy. There is no access to remote DNS
When I first decided to start inspecting own TLS traffic by terminating and re-encrypting, I initially tested the idea using socat
After I saw that it worked, I started using other software like haproxy
I never expected this approach would work well enough but many years have gone by and I'm still using it. The configurations I use are much longer and more complicated than any sample I have ever seen on the www
It's funny that Cloudflare is decrypting and re-encryting _other peoples'_ traffic, and this is thought to be AOK, but aside from large companies few people seem interested in doing this with their _own_ traffic on their _own_ computers on their _own_ networks
It can be useful, IMHO
mlrtime 13 hours ago | parent
Side note: I remember working for a company in early 2000's that had Sparc III 1U servers we had to buy crypto accelerators to do this until I had to convince them to use dell/linux.
dwedge 13 hours ago | parent
Do you find any websites or services that fail because of cert pinning or similar? Why do you restrict dns caching to periodic intervals, just for external privacy?
In terms of the speed I doubt the time to decrypt and encrypt tls is noticeable in modern times, especially given how slow websites have become. It's not like a load balanced website behind cloudflare isn't already doing this 3 times
1vuio0pswjnm7 8 hours ago | parent
I read it
On the most basic level, consider logging
I can add response headers with additional information about the request and these are stored in the log
I can create a comprehensive log of every HTTP request, stored in a text file or SQL database
I store these logs in an unpopular compression format that allows searching tar'd and compressed files using regex without decompressing them
(This is not possible using zstd, gzip, etc.)
I use this "browsing history" with a variety of programs
Compare this with the design paradigm of storing history inside each individual program, as is the case with a so-called "modern" graphical web browser
Other basic proxy functions that I use are (a) control over HTTP headers, including cookies, (b) control over TLS settings, including SNI, and (c) rewriting URLs
The settings are site-specific and/or URL-specific. Lists of websites that have special requirements, e.g., need for SNI, specific HTTP headers, TLS version, HTTP versions, etc., are stored in text files. These are mapped into the proxy's memory. Not every website has the same requirements
I also use CDN IP address ranges to make decisions about what requirements a website might have
Compare this with trying to control these things from within each individual program. In some cases, it is not possible. Or compare with trying to control these things with Javascript. Generally I don't use a graphical browser. Nor do I use NodeJS. I use Lua. As such, Javascript is not the best solution for me
Having lists of which websites have some specific requirement(s) allows me to learn about the sites I visit in ways that a so-called "modern" web browser does not
The same goes for controlling DNS. I learn about where website operators outsource DNS, how DNS providers (mis)configure their services and when DNS data changes or remains static for years
Perhaps the most important proxy function for me is the ability to avoid DNS lookups. The IP address data is stored in an SQL database using a simple, custom format, extracted to a text file and mapped into the proxy's memory
Using a proxy allowed me to move away from storing DNS data in, and serving it from, zone files
This is only a partial list of functions that I use. I like to experiment
Proxies today can do much more than basic functions like the ones I mentioned
For example, injecting Javascript or modifying an HTML tag before it reaches a browser is trivial, albeit inefficient from a purist perspective
This is not something I need to do most of the time. I have relatively simple needs. Most times, I'm not using a graphical browser. I'm using the command line in textmode, no X11, etc.
Cloudflare has a different use case
What does Cloudflare actually do with the decrypted traffic. Only CF knows
phrotoma 12 hours ago | parent
1vuio0pswjnm7 11 hours ago | parent
I generate HTTP myself using own programs and connect to the localhost proxy using various TCP clients. The proxy does the encryption and remote connections not the client programs
I process response bodies, using own software, into SQL, CSV, simple HTML or plain text
I'm not using a graphical web browser to make HTTP requests
This design isn't for everybody, but it's what I strongly prefer
As such, in the way I use it, for the majority of HTTP traffic, no speed is sacrificed
There are a variety of proxies that can be used to forward traffic. I use only a small selection. The largest one I use is haproxy, the smallest one I use is tinyproxy. Personal preference will vary
The local DNS setup is just habit. I have been using djbdns and a custom root.zone for a very long time, before "privacy" was the issue it is today, and I have own particular prefetences. Every user is different. Using a firewall to send traffic to the proxy is an alternative
The motivation for me was always experimentation, learning and control, not "privacy"
"Privacy" is something one could aim for, if one has _control_. But IMHO without control, "privacy" is nothing more than marketing
1vuio0pswjnm7 5 hours ago | parent
pcmaffey 22 hours ago | parent
robin_reala 17 hours ago | parent
Symbiote 1 day ago | parent
Make a CNAME record the same way you would for a CDN subdomain.
(I am not yet running this in production, YMMV.)
jjcm 1 day ago | parent
p0w3n3d 1 day ago | parent
kazinator 1 day ago | parent
You must be allowing Cloudfare to terminate your HTTPS connections; i.e. using them for actual proxying.
hackernud3s 1 day ago | parent
____tom____ 22 hours ago | parent
But DNS/Name servers do not see HTML traffic, as the above poster mentioned, so it's not obvious how this change would matter.
Is it that they are serving their HTML via CloudFlare, and cloudflare is making changing in its serving of their html?
supermdguy 21 hours ago | parent
vickychijwani 21 hours ago | parent
hackernud3s 20 hours ago | parent
vickychijwani 20 hours ago | parent
Even if the choice to enable it by default makes sense for Cloudflare’s userbase, the implications are hidden and non-obvious.
mjmas 18 hours ago | parent
furyofantares 18 hours ago | parent
As sibling mentions it is indeed labeled and not just some icon. People just refer to the orange cloud UI for it for convenience and because it makes it easy to spot whether you have it on or not.
But regarding the icon, the icon is their company logo, it really is the primary feature. It's also not like you have to go find it in settings to turn it off after adding DNS record, it's part of the form when you add the record (default on, yes), and it's prominent when viewing the record.
tjoff 12 hours ago | parent
The "reason" to use cloudflare is hype.
furyofantares 10 hours ago | parent
tjoff 9 hours ago | parent
This thread does indicate the latter.
hackernud3s 22 minutes ago | parent
tick_tock_tick 20 hours ago | parent
sparsesignal 1 day ago | parent
userbinator 1 day ago | parent
Terr_ 23 hours ago | parent
sebastiennight 1 day ago | parent
- play your small part in keeping the Internet open
- delay or avoid entirely the enshittification that is 100% foreseeable when buying the "free" services of a quasi-monopoly vendor.
If you're not an enterprise customer, alternate providers will also give you every single feature you could ever need and more, and fewer surprises like the OP's.
mbravorus 18 hours ago | parent
sitzkrieg 23 hours ago | parent
fragmede 20 hours ago | parent
PlotCitizen 16 hours ago | parent
Presumably these include any measures which would counter their operating model of tracking users on the web, under the excuse of stopping bots.
hinata08 14 hours ago | parent
They are only "enabling Web Analytics by default" "by providing a powerful, in-depth monitoring solution that helps you debug and optimize applications" when users do not come from the EU
Cloudflare is doing a great job most of the time, but I feel like this feature was speed run through approvals and could use more discussions
jesterson 22 hours ago | parent
It this point in time it is somewhere between GoDaddy and RyanAir in dark pattern usage
leinwand 21 hours ago | parent
We built Real User Measurement (RUM) into our free plans because it gives site owners actionable performance data they would not otherwise have. It is on by default for free sites fr the reasons we wrote about in the blog post below. It is easy to disable if you don't want it on. All of our paid plans are opt-in only.
This also gives free plans access to our Observatory product at no cost. Observatory is a performance-monitoring tool inside the Cloudflare dashboard that combines real user data with simulated lab tests to help you measure and improve your website speed.
Blog post: https://blog.cloudflare.com/the-rum-diaries-enabling-web-ana...
dchest 20 hours ago | parent
inserts 31KB JavaScript into tiny HTML pages.
tredre3 20 hours ago | parent
tacitusarc 19 hours ago | parent
hecturchi 18 hours ago | parent
anon7000 17 hours ago | parent
cryptonym 17 hours ago | parent
If someone is mad, maybe they should pay or use a different architecture.
Kevcmk 16 hours ago | parent
cryptonym 15 hours ago | parent
When it's free you know you are being used, collecting data is the game.
whilenot-dev 16 hours ago | parent
So they give you something else you didn't ask for and therefor it's "fair"? I think it's pretty dubious to extend services with such data collecting features without informing affected users first, and making it clear how to opt-out before its deployment. A blog post won't do, no.
cryptonym 15 hours ago | parent
Collecting RUM and giving you the opportunity to turn it off is not that bad for a free service.
Makes me wonder if their stuff is GDPR-compliant without consent. If not, then ok, maybe that's bad to turn it on by default.
whilenot-dev 15 hours ago | parent
There's a reason I got emails from LinkedIn regarding its new AI training purposes, and they made it clear how to opt-out and provided a deadline. I'm on a free tier there as well. So I'd question the legality of this even before any discussions about GDPR enter the picture.
cryptonym 15 hours ago | parent
GDPR is about legality and covers the LinkedIn case you mention.
whilenot-dev 14 hours ago | parent
Do you see how GDPR doesn't apply, then? ...you're contradicting yourself.
I'd still question the legality of the data collection by altering the offered service without properly informing the affected users. Whether GDPR applies doesn't matter, and whether it's a free tier service doesn't matter either. You're a consumer of Cloudflare, so any consumer rights apply.
cryptonym 14 hours ago | parent
As a website owner, you are responsible towards your users for data collection (your architectural choices, your responsibility). This was my concern on GDPR.
Sibling comment says data collection is disabled in EU.
whilenot-dev 12 hours ago | parent
> Cloudflare needs the data. [...] If someone is mad, maybe they should pay or use a different architecture.
To "they would violate GDPR".
Are you ok with that behavior then? And are you basing your ethical decision solely on the current legislation?
cryptonym 11 hours ago | parent
When selecting free tier of such commercial MITM, opt-in RUM data collection is really far from the top ethical concern. I'm not saying it's a good thing and I'm not deploying their solutions to my websites.
whilenot-dev 7 hours ago | parent
hinata08 15 hours ago | parent
GDPR service providers and partners do not have to consent. Consent is for the users.
Services providers have to tell you when they collect your data, and they will most likely fail to do that if they don't even know their partner injects code.
*So you're liable if you host on cloudflare.*
Now, they somehow avoid this :
>when enabling Web Analytics, you can choose to drop requests from European and UK visitors if you so desire (listed here specifically), meaning we will not collect any RUM metrics from traffic that passes through our European and UK data centers. The version of Web Analytics that will be enabled by default excludes data from EU visitors (this can be changed in the dashboard if you want).
By default, it is only enabled for visitors from out of the EU, like so many services that respect your privacy and your concerns are their first priority
jnovek 11 hours ago | parent
socalgal2 15 hours ago | parent
* Cloudflare is giving you a "free" service - they'd like something in return. Seems reasonable to me
* Paid customers are usually business that have different needs, on average, than free customers
jnovek 11 hours ago | parent
Only if they make it clear what they’re taking in return.
It seems like almost no one in these comments was aware of this, they announced it but that announcement apparently didn’t reach most free customers. Cloudflare can do what they want, but now a bunch of people (myself included) trust them less and are less excited to recommend their paid products.
oefrha 18 hours ago | parent
I get it that by being on the free plan (well I do pay for Registrar), I'm the product, but I also converted employers to paying customers of yours based on goodwill. This just destroyed about all of that, among other things. If I haven't given a damn about "powerful, in-depth monitoring solution that helps you debug and optimize applications" in over a decade, I certainly won't suddenly be "excited" about it when you sneakily inject it.
justsomehnguy 13 hours ago | parent
mlrtime 13 hours ago | parent
If they had the banner and you missed it [or someone else] they would complain about the banner not being big enough.
oefrha 13 hours ago | parent
Forgive me for not subscribing to their blog? That's not how you announce changes to customers.
Using a Level 7 CDN is based on trust. This is not a trustworthy action, period.
_joel 12 hours ago | parent
ChoGGi 10 hours ago | parent
Nobody cared: https://news.ycombinator.com/item?id=45291323
troyvit 5 hours ago | parent
taspeotis 12 hours ago | parent
altairprime 3 hours ago | parent
deaux 18 hours ago | parent
Nowhere in the blog post does it give the reasons why it's A. on by default for free sites B. off by default for paid sites.
Puts 18 hours ago | parent
Btw I remember another time you tried to manipulate the DOM of peoples websites. It lead to Cloudbleed.
schubidubiduba 17 hours ago | parent
Scaled 14 hours ago | parent
sunaookami 16 hours ago | parent
hinata08 15 hours ago | parent
They don't store IP addresses (but other referral ids that identify users in a different way) ; and they exclude EU visitors by default.
You do your opinion
sunaookami 12 hours ago | parent
Mystery-Machine 12 hours ago | parent
GDPR is applicable on EU citizens, disregarding where they browse from. So either they have to track whether you're an EU citizen/EU visitor or they track EU visitors when browsing from outside of EU. This makes it not GDPR compliant.
The main issue is that your privacy policy is most likely not mentioning this third-party tracking because you were not even aware of it. Who is going to be responsible? Who is going to be fined for not mentioning this tracking in _your_ privacy policy? You. (Your company)
jwr 16 hours ago | parent
As I understand, the next step will be to inject ads, to give CloudFlare actionable monetization strategies they would not otherwise have.
stagas 12 hours ago | parent
boesboes 10 hours ago | parent
I'm impressed how quickly cloudflare went from nice to evil cunts.
swordsith 4 hours ago | parent
deadbabe 20 hours ago | parent
eXpl0it3r 15 hours ago | parent
Yes, when you proxy anything through Cloudflare (CF) you give up on having your contents encrypted as CF terminates the TLS endpoints, but going from this to changing the content of the served site and injecting JavaScript is quite a big step and likely not what a lot of people would want nor expect. Your JavaScript-free site becomes a site that ships JavaScript without you knowing or having done anything.
Additionally, this introduces additional tracking of users, which a lot of people don't want.
And finally, there's the slippery slope. Today it's RUM, tomorrow it's ads or something else? Once CF starts modifying the user's content, what's stopping them from doing it more and more?
deadbabe 10 hours ago | parent
For now, a pure JavaScript free site and a JavaScript-free-except-a-bit-of-analytics does not make meaningful difference to visitors of the site. The benefits of proxying are more important.
cryptonym 10 hours ago | parent
Kim_Bruning 11 hours ago | parent
One day the delivery service starts adding free sausages to every delivery on an opt-out basis.
By the time you realize, they'll already have delivered adulterated meals. You won't have a lot of customers left!
People are often vegetarian for ethical reasons. In a similar way, many people have Ethical Opinions (tm) about Analytics as well. They don't like it when other people collect private information about themselves, and refuse to Do Unto Others.
But even if you're fine with analytics in general: When intermediaries and other transitive dependencies (like software libraries) start injecting analytics on an opt-out basis, you simply can't control what's going on. And that's before we talk about the ethics and legality of third parties modifying content in-flight.
In the EU, the law actually codifies the ethics at play here (GDPR). Several people point out that cloudflare disables this 'feature' for the EU. This makes a lot of sense, because it would have been a huge mess for everyone impacted to have to go to their customers with a "sorry, we leaked your PII, here's how we'll make you whole"; as well as possibly lawsuits against cloudflare to recover those damages upstream.
cryptonym 10 hours ago | parent
Here you told them to unpack the food and repack it (TLS termination), filtering order (WAF), reheating pre-made food (cache) and they offer service to even prepare food or part of the food (edge compute). When your food is not available they will serve their own (error pages), with their brand visible. At that level of service, it's not so surprising to have extra stuff included.
If you are vegan and care about your customers (conservative on data collection and JS), maybe you should use a vegan architecture and not give your last-mile to the cheapest (free-tier) all-purpose repacking kitchen and delivery service.
Kim_Bruning 6 hours ago | parent
Right, that's the lesson being learned here today.
To be fair, up 'till now, afaik these services actually have been trustworthy on this count, so this is a new low.
Just because people extend you a lot of trust to do A,B, and C doesn't mean you can't lose it if you randomly start doing D instead.
I don't think we can run a viable (high trust) western economy if we constantly have to beware of our own providers. Principle of least surprise applies.
denkmoon 20 hours ago | parent
the4anoni 17 hours ago | parent
PlotCitizen 16 hours ago | parent
hinata08 14 hours ago | parent
They do a much better job these days, at least
jwr 16 hours ago | parent
In the meantime, also implement "bot protection" and get everyone on the internet to outsource the decision on who can access their website. With no appeal.
I'm increasingly worried about Cloudflare.
stragies 16 hours ago | parent
neop1x 15 hours ago | parent
anon5739483 14 hours ago | parent
This one hasn't been taken out yet: https://gitlab.lain.la/dCF/deCloudflare/-/blob/master/readme...
The taken down versions of the repo usually link here: https://en.wikipedia.org/wiki/Wikipedia:Uphill_battles
CommanderData 15 hours ago | parent
They see everything that passes through their proxy, and if they wanted to perform analysis on a site they're interested in I really wouldn't be surprised if there's a clause in the ToS that allows them to do it.
endre 14 hours ago | parent
corford 14 hours ago | parent
traceroute66 11 hours ago | parent
So much for "Firefox shields you as you browse, blocking trackers automatically so you’re in control of your digital trail" Mozilla.....
Edit to add:
I have been doing a little experimenting, it looks like there might be some sort of hardcoded whitelist somewhere in Firefox ?
When I first wanted to check, I visited `cloudflare.com` as it seemed the obvious place to find `static.cloudflareinsights.com` and Firefox shield blocks nothing there (hence I made this post)
However, then I tried to find a different site, and after a bit of random searching/clicking around I found `www.tenforums.com` and `static.cloudflareinsights.com` is blocked on there.
Its not a first-party domain thing, since cloudflare.com != cloudflareinsights.com.
Surely `static.cloudflareinsights.com` should be blocked everywhere in strict mode, no exceptions ?
Interestingly, when testing other sites, I have also been discovering other things Firefox shield is failing to block, e.g. `browser.events.data.microsoft.com` (tested on a non microsoft.com site)
Topfi 11 hours ago | parent
traceroute66 10 hours ago | parent
Firefox 153.0.4
Topfi 9 hours ago | parent
Here the specific entry for context from my local copy of ESR 153:
{
"entities": {
"Cloudflare": {
"properties": [
"cloudflare-quic.com",
"cloudflare.com",
"cloudflare.tv",
"cloudflarestatus.com",
"cloudflareworkers.com"
],
"resources": [
"cloudflare.com",
"cloudflareinsights.com",
"cloudflarestream.com"
]
}
}
}On a side note, spent a while learning how upstream Firefox works in-depth over the last few months, if ETP didn't block cloudflareinsights on pages outside Cloudflare.com I'd have lost any confidence build up and my project would likely linger even longer. Might just add a setting that totally excludes such exceptions if I can properly test it before release, seems there might be demand. Admittedly more for UX and honest communication clarity reasons (top setting truly prevents everything) then privacy, not the main goal of Hominis as a project.
traceroute66 9 hours ago | parent
Pending Github fixing itself, could you confirm if `browser.events.data.microsoft.com` is on your local copy ?
Topfi 9 hours ago | parent
Yeah "browser.events.data.microsoft.com" is in, but mainly because it just ends up under microsoft.com anyways, subdomains are accepted inside the entitieslist.
Here the full copy (initially wanted to share via Pastebin but some links triggered a spam filter): https://cdn.jsdelivr.net/gh/mozilla-services/shavar-prod-lis...
If you or anyone else reading is interested, Mozilla has written some pleasant docs, lots to learn, easy to understand, comprehensive. Could not even consider what I am attempting without the resources they've provided: https://firefox-source-docs.mozilla.org/toolkit/components/a...
cryptonym 11 hours ago | parent
kg 10 hours ago | parent
traceroute66 10 hours ago | parent
I also daily-drive Brave and Mullvad browsers, both of which correctly block `static.cloudflareinsights.com` and I never have issues with Cloudflare sites.
ttoinou 10 hours ago | parent
How could we guarantee that the hosting service is only hosting ?