cookies.sh
$ grep -c "tracking" /var/lib/cookies → 0
List of cookies we set
That is the full list.
Cookies we do not set
- No Google Analytics, no Matomo, no Plausible, no any-of-the-others.
- No advertising cookies. No retargeting pixels.
- No social-media trackers. We don't embed Twitter, Facebook, Instagram or YouTube.
- No browser fingerprinting, session replay or heatmaps.
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.