Hacker News new | ask | show | jobs
by anchpop 2577 days ago
How does Github "collect data about your visitors"? The repository is cloned, built and served by Netlify's server. And since I doubt Netlify is injecting any js into my site, I also question the extent to which they can track users.
1 comments

Netlify is serving the content, so at the very least, they (and/or the CDN they store the files on) will have a server-side access log of every visitor. Maybe that's not "tracking" per-se, but, if enough sites are hosted on Netlify, they could correlate the visits.

As far as I know, Netlify doesn't make this data available to users hosting sites on the platform.

My own (perhaps paranoid) theory as to why Netlify is able to provide so much for free is that they're selling the access log data, but I haven't seen any proof of that either, so who knows.

Another theory is that storing all those access logs would be huge and maybe they just store nothing...