cookies.sh

$ grep -c "tracking" /var/lib/cookies → 0

List of cookies we set

wc_cookie_ack · first-party · strictly necessary · lifetime 12 months · stores "acknowledged" or "rejected" so the cookie banner is not shown twice. No personal data.

That is the full list.

Cookies we do not set

Local storage

The dashboard does not use localStorage or sessionStorage in production. Earlier development builds used a "last-viewed tide window" flag in localStorage; that has been removed.

Service worker

The site does not register a service worker. If you see one in your browser's developer tools, it is from a previously cached site — clearing the site data will remove it.

Removing the cookie

Open your browser's developer tools, find the application/storage tab, locate teso.live, and delete wc_cookie_ack. The cookie banner will return on the next visit. Alternatively, blocking all cookies for this domain has no effect on the dashboard's functionality.

Changes

If we ever set a new cookie, this page will be updated and, where the law requires it, your consent will be requested before the cookie is written.

Contact

Any question can be sent to privacy@teso.live. Our full privacy policy covers everything else.