Features · Prove
Standard mode is already cookie-free and consent-free. Strict mode goes further: country, screen size, referrer query strings and cross-day identity are dropped at ingest, and the DNT override cannot be turned off.
Anyone can edit a browser script, so a guarantee made in the client is not a guarantee. The policy is applied at ingest, before anything is written.
Run a marketing site in standard mode and a health product in strict mode from the same workspace.
Strict mode costs you the country breakdown, screen-size data and retention. The dashboard names what you gave up rather than showing empty panels.
Self-host anywhere, or use EU hosting on the cloud plan. A DPA is available either way.
The evidence
strict: {
country: dropped
screen: dropped
referrer query: stripped to origin
identity: ignored (so: no retention)
Do Not Track: always honoured, override disabled
}
Applied in privacy.ts before the row is written. There is no path around it.