Skip to content
FoundryLume

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:

KeyPurposeLifetimeSent to a server?
foundrylume-themeRemembers your light or dark mode choiceUntil you clear site dataNo

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:

  1. a consent mechanism that blocks non-essential scripts before they load
  2. an updated table below listing every cookie, its provider and its lifetime
  3. 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

ProviderTypical cookiePurposeLifetime
Your analytics_example_idDistinguish visitors13 months
Your chat widget_example_sessionMaintain a conversationSession

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.