Skip to content
FusionBenchmark

Privacy

This site sets no cookies, runs no analytics, and makes no third-party requests. Nothing about your visit is collected, stored or shared, because nothing collects it.

What that means concretely

How to verify it rather than trust it

Open your browser's developer tools, load any page, and look at the network tab: every request goes to this domain. Then check the Content-Security-Policy header, which is script-src 'self' — the browser itself refuses to run a third-party script here, so this is enforced rather than promised.

What the host sees

The site is static files served by Firebase Hosting, which like any web server processes the IP address and user agent of a request in order to answer it. That is Google's infrastructure operating as a host, governed by their terms, and it is not something this site controls or receives. No such data reaches us, and none is used to build anything.

If this ever changes — an analytics tool, an embed, anything that talks to another server — it will be stated on this page before it ships, not after.