Tracking Users with CSS (2018)
templarbit.com
Tracking Users with CSS (2018)
1–10 of 18 posts
Re: Tracking Users with CSS (2018)
#2Re: Tracking Users with CSS (2018)
#3Css is fundamentally breaching the contract by messing in any way whatsoever with content.
input[type="button"]:active { background-image: url('http://www.google-analytics.com/collect?v=1&_v=j23&a=...'); }
https://www.smashingmagazine.com/2014/10/css-only-solution-f...
Re: Tracking Users with CSS (2018)
#4Re: Tracking Users with CSS (2018)
#5Also, as an aside:
> For example, by detecting whether the browser supports the Calibri font family, we can assume that the browser is running in Windows
I’m pretty sure that Safari has stopped allowing the use of third party fonts for exactly this reason, and now reports a standard set of fonts as being available.
Re: Tracking Users with CSS (2018)
#6I like the idea of loading all linked content at page load time.
Re: Tracking Users with CSS (2018)
#7I like the idea of loading all linked content at page load time.
Re: Tracking Users with CSS (2018)
#8Re: Tracking Users with CSS (2018)
#9This article seems to have a threat model where a website is “compromised” into sending user data to a third party, but I don’t really see anything that protects users from a website whose owner actively wants to track them. This is an odd threat model to have. Also, as an aside: > For example, by detecting whether the browser supports the Calibri font family, we can assume that the browser is running in Windows I’m…
Re: Tracking Users with CSS (2018)
#10This article seems to have a threat model where a website is “compromised” into sending user data to a third party, but I don’t really see anything that protects users from a website whose owner actively wants to track them. This is an odd threat model to have. Also, as an aside: > For example, by detecting whether the browser supports the Calibri font family, we can assume that the browser is running in Windows I’m…