Alright lads, let's all go back to RSS feeds and scrap that whole "browser" experiment.
Crooked Style Sheeding – Webpage tracking using only CSS
71–80 of 180 posts
Re: Crooked Style Sheeding – Webpage tracking using only CSS
#72Interesting trick. But I think adBlockers block requests to entire tracking domains. So even css calls would be blocked?
Not if you're hosting your own tracking information, on your own domain
Re: Crooked Style Sheeding – Webpage tracking using only CSS
#73Earlier quoted context omitted.
> it just relies on well structured accessible content. Honest question: how much of this is left? What popular sites are still accessible this way? HN might be the only site I visit frequently where browsing with no js/css has any hope of working.
Check surfraw (by Assange), you can actually access a surprising amount of resources using sr and lynx from a terminal. Text only, but still makes internet pretty useful.
Re: Crooked Style Sheeding – Webpage tracking using only CSS
#74Alright lads, let's all go back to RSS feeds and scrap that whole "browser" experiment.
Re: Crooked Style Sheeding – Webpage tracking using only CSS
#75Do browsers really need to allow fetching URLs in the "after" event of a link?
Re: Crooked Style Sheeding – Webpage tracking using only CSS
#76If you're concerned as a user of a malicious site: * Link click tracking - So what, the site could route you through a server side proxy anyways * Hover tracking - Can track movements of course, but doesn't really help fingerprinting. This is still annoying though and not an easy fix * Media query - So what, user agent gives this away mostly anyways * Font checking - Can help fingerprinting...browsers need to start r…
Re: Crooked Style Sheeding – Webpage tracking using only CSS
#77Very interesting, it's always intriguing to see how much of a cat and mouse game this privacy stuff is. I'm always thinking that this needs an overhaul and slightly different approach altogether, sadly I can't produce any viable solutions. With this huge and complex kind of issues I don't think we have to find one solution but rather point in the right direction, but I'm not even sure we're doing that.
The website should load more content when the user scrolled to the bottom? Let the website reader retrieve the content itself. The website wants to know the dimensions of the viewport to load the appropriately sized image or change the layout? Tough luck, this is none of the website’s business! Let the user’s website reader handle this.
Re: Crooked Style Sheeding – Webpage tracking using only CSS
#78Things like "@supports (-webkit-appearance:none)" doesn't give you chrome detection. It gives you webkit detection, which is a rather large subset of the whole. Plus some of the other browsers started supporting webkit prefixes.
Re: Crooked Style Sheeding – Webpage tracking using only CSS
#79Interesting trick. But I think adBlockers block requests to entire tracking domains. So even css calls would be blocked?
Not if you're hosting your own tracking information, on your own domain
I get that some of that data is genuinely useful in determining what parts of an app are popular and what is not. Even though I don't like being tracked for dumb shit like ads, it does have valid uses.
Re: Crooked Style Sheeding – Webpage tracking using only CSS
#80If you're concerned as a user of a malicious site: * Link click tracking - So what, the site could route you through a server side proxy anyways * Hover tracking - Can track movements of course, but doesn't really help fingerprinting. This is still annoying though and not an easy fix * Media query - So what, user agent gives this away mostly anyways * Font checking - Can help fingerprinting...browsers need to start r…
> So what, the site could route you through a server side proxy anyways There's little interest in proxying through a token system (this would require a DB read at each click, and a DB write at each page generation), which means the actual link is available client-side and the whole thing can be bypassed.
'/redirect?url=...'