Cookie policy
Last updated
Template only — not legal advice.This document ships with the FoundryLume theme as a starting structure. Have a qualified lawyer in your jurisdiction review and rewrite it before you publish.
What this theme stores
Out of the box, FoundryLume sets no cookies at all. There is no analytics script, no advertising pixel and no third-party embed in the default build.
One value is stored in your browser’s localStorage:
| Key | Purpose | Lifetime | Sent to a server? |
|---|---|---|---|
foundrylume-theme | Remembers your light or dark mode choice | Until you clear site data | No |
localStorage is not a cookie. Because this value is strictly necessary to
honour a preference you set yourself and is never transmitted, most
jurisdictions do not require a consent banner for it. Confirm this with your
own counsel.
If you add analytics
The moment you add a third-party script — analytics, a chat widget, an embedded video, a marketing pixel — this page stops being accurate. You will likely need:
- a consent mechanism that blocks non-essential scripts before they load
- an updated table below listing every cookie, its provider and its lifetime
- a matching update to the privacy policy
The theme exposes an analytics.scriptSrc field in src/config/site.ts and
deliberately leaves it empty by default.
Third-party cookies you might add
| Provider | Typical cookie | Purpose | Lifetime |
|---|---|---|---|
| Your analytics | _example_id | Distinguish visitors | 13 months |
| Your chat widget | _example_session | Maintain a conversation | Session |
Replace these placeholder rows with the real ones.
Managing cookies
You can clear or block cookies and site data from your browser settings. Blocking storage for this site will reset your theme preference on each visit but will not otherwise affect it.
Contact
Questions: hello@example.com.