@slightlyoff @dale @psvensson Would love for there to be a standardized way to collect privacy respecting telemetry from web pages (in a non-js way)
Top-level
@slightlyoff @dale @psvensson Would love for there to be a standardized way to collect privacy respecting telemetry from web pages (in a non-js way) 4 comments
@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 :) @sil Would that report actual user-agent and not just the frozen user-agent string? 😅 @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… |
@slightlyoff @dale @psvensson Report-Uri for telemetry basically