Email or username:

Password:

Forgot your password?
3 comments
Stuart Langridge

@voxpelli ha, I wonder if you can CSP ban a non-existent url (https://nope.nope or something) with Content-Security-Policy-Report-Only and then in CSS do *:hover { background-image: url(https://nope.nope); } to get a URL ping any time anybody mouses over anything :)

Pelle Wessman

@sil Would that report actual user-agent and not just the frozen user-agent string? 😅

Pelle Wessman

@slightlyoff @dale @psvensson I tried getting eg a big multinational store to correlate their server stats with their GA stats to figure out eg how many Firefox browsers were missing

They themselves had only then discovered that iPad no longer reports as iPad…

Go Up