1. What is a cookie?
A cookie is a small text file a website can store on your device. It helps the site remember you between page loads — whether that's keeping you logged in, remembering your dark-mode preference, or counting how many people visited a page.
2. The cookies we use
| Cookie | Purpose | Duration | Type |
|---|---|---|---|
sb-access-token | Keeps you signed in to your account (Supabase Auth) | Session | Strictly necessary |
sb-refresh-token | Renews your session without forcing a log-in | 7 days | Strictly necessary |
ls-theme | Remembers your light/dark-mode choice | 12 months | Functional |
ls-consent | Remembers your cookie-banner response | 12 months | Strictly necessary |
_stripe_* | Fraud prevention during checkout (set by Stripe) | Session–12 months | Strictly necessary |
ls-analytics | Privacy-respecting, cookieless aggregate analytics | — | Optional |
3. What we do not use
- No Google Analytics, no Meta Pixel, no LinkedIn Insight Tag.
- No programmatic advertising cookies.
- No session-replay (FullStory, Hotjar, Clarity).
- No shared cookies across LetSafe, WillSafe or CompareEngineering (each brand is siloed).
4. Managing cookies
You can change your analytics consent any time via the link in the site footer. Browsers also let you block or delete cookies — see aboutcookies.org for step-by-step instructions by browser. Blocking strictly-necessary cookies will prevent login and checkout from working.
5. Changes to this policy
We update this list whenever we add or remove a cookie. The "last reviewed" date at the top tells you when we last checked. For questions, email Richard@letsafeuk.co.uk.