Skip to content
All fingerprint checksEnvironment & locale

proprietary codecs (H.264 / AAC) present for a Chrome UA

Check id codec-support

What an ordinary browser yields

H.264=true and AAC=true whenever a Chrome UA is presented — matching an official Chrome build's media stack.

What a detector infers

The check calls `canPlayType` on a video and audio element for H.264 ('avc1.42E01E') and AAC ('mp4a.40.2'), plus MP4/WebM/Ogg for context, and requires H.264 and AAC to both be supported. It only applies when the UA contains 'Chrome/' AND window.chrome is present (the IS_BLINK gate); otherwise N/A. The mechanism is build-configuration leakage: H.264 and AAC are licensed codecs compiled in for official Chrome builds, but stripped from many open-source Chromium builds and some headless/minimal images. A UA claiming desktop Chrome while the media stack cannot decode the formats every real Chrome can decode tells a detector the binary is not the browser it claims to be — and canPlayType is not something a UA string override reaches.

How to resolve it

Build or run a Chromium with proprietary_codecs enabled (ffmpeg_branding=Chrome) so the media stack matches the identity you present. Otherwise, do not advertise a Chrome UA on a codec-stripped build.

How automation gets caught, layer by layer

Nearby checks in Environment & locale

See all 23 checks in Environment & locale
Who builds this test

Clearcote is a browser built for fingerprint coherence

It is a Chromium fork, maintained by the same people who wrote this reference. It ships as a compiled browser rather than as a stealth script injected into someone else's — which is a description of how it is built, and is not an argument about how it behaves on this check.

This audit takes no position on how Clearcote scores on Environment & locale checks, on this one, or anywhere else. It has no baseline corpus of other people's fingerprints to rank you against and no vendor scoreboard — nearly every check is self-referential, asking one browser the same question through two independent APIs and reporting whether both answers can be true at once. It runs identically on any browser, including ours. Run it on yours and read the result yourself.

See the other checks in Environment & locale — the family codec-support belongs to.