Hacker News new | ask | show | jobs
by cimmanom 2666 days ago
Yes, but how do you keep the client from then sending that data to the server?
1 comments

You can't. Even if you block JavaScript, they can still get it from CSS media queries, where the can say which file to download given a certain screen size.

The best solution is to use the same screen size as everyone else so you don't stand out. And that's what this does.

Right, that’s what I’m saying. Keeping the data client side as ggp suggests is not possible.