Skip to content
All fingerprint checksNavigator identity

a Firefox user-agent reports the Gecko productSub constant 20100101

Check id gecko-productsub-hardcode

What an ordinary browser yields

A Firefox user agent comes with navigator.productSub === "20100101", the value every Gecko build hardcodes. Chrome and Safari report "20030107" and never carry a Firefox UA.

What a detector infers

navigator.productSub is a constant compiled into the engine, and the two families disagree: every Gecko build hardcodes it to "20100101" — stock Firefox, ESR, Tor Browser, LibreWolf, Firefox for Android alike — while Chrome and Safari return "20030107". So a browser whose user agent declares itself Firefox but reports the Chromium value is contradicting its own engine claim: a Chromium base wearing a Firefox coat. This is the mirror of the productSub check that gates on a Chrome UA, and it is the stronger of the two, scored critical, because the value is a compile-time constant that resistFingerprinting does not retune — no privacy Firefox trips it. The gating is precise to avoid the one false positive available: it fires only on the full Gecko user-agent shape (an rv token, a Gecko build token, and a Firefox token together), and it never compares productSub against the UA's own Gecko/ token, because on Firefox for Android that token carries the rv version, for example Gecko/126.0, which is not the productSub date and would wrongly flag every mobile Firefox. It reads two independent constants and asks only whether they name the same engine.

How to resolve it

navigator.productSub is compiled into the engine, so it cannot be chosen independently of the engine running underneath. Presenting a Firefox user agent from a Chromium base leaves productSub reporting the Chromium constant. Run the engine the user agent claims.

Coherence over camouflage: why a plausible identity beats a hidden one

Read in the wild by

Camoufox issues

The Firefox anti-detect tooling tracker records a Chromium-style productSub riding a Firefox UA — the exact self-contradiction this reads.

daijro/camoufox #105, #145 (productSub hardcode)

daijro/camoufox#105

Every attribution traces to a published artifact. See the sources and their limits.

Nearby checks in Navigator identity

See all 26 checks in Navigator identity
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 Navigator identity 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 Navigator identity — the family gecko-productsub-hardcode belongs to.