FINDING · EVALUATION
Chrome's non-standard behavior of firing an onload event for any HTTP 200 OK response regardless of MIME type—combined with its enforcement of X-Content-Type-Options: nosniff—allows the script tag to probe reachability of arbitrary non-image URLs, a measurement capability unavailable in other browsers that attempt to execute fetched content as JavaScript and thus pose an XSS risk.
From 2015-burnett-encore — Encore: Lightweight Measurement of Web Censorship with Cross-Origin Requests · §4.3.2, Table 1 · 2015 · SIGCOMM
Implications
- Browser-specific event-firing quirks create meaningful measurement surface differences; probe tooling should fingerprint client browser type and select the broadest safe probe mechanism available for that engine.
- Any passive measurement technique relying on browser MIME-type enforcement or non-standard event behavior must be re-validated after browser engine updates, as these behaviors are implementation details rather than stable web standards.
Tags
Extracted by claude-sonnet-4-6 — review before relying.