Necessary SiteAirbag app storage
Supabase authentication storage (a project-specific `sb-…-auth-token` key and provider cookies where configured) maintains the signed-in session. `siteairbag-theme` in localStorage remembers light or dark appearance. These are necessary for the account or appearance requested by the user.
Customer-site runtime storage
The runtime uses sessionStorage key `sa_session` for a random per-tab identifier and `sa_pending_navigation` for a maximum 30-second page-change check. Pending navigation stores origin and pathname plus only a simple expected fragment; query strings and secret-like fragments are excluded. `sa_setup_session`, `sa_setup_dock_state` and `sa_outcome_learning` exist only during an authorized setup tab. `sa_config_…` in localStorage caches a site's configuration for up to five minutes so observation can fail open during a brief outage; rescue forms are disabled for cached fallback configuration. Runtime authorization remains in memory. These keys do not contain original form values, advertising IDs or session replay.
Optional analytics
`siteairbag-analytics-consent` stores the explicit allow/decline decision and date. Only after an allow choice, PostHog may use a `ph_…_posthog` localStorage key for minimized product analytics within the SiteAirbag website and app. Autocapture and session recording are disabled. Declining prevents the library request; withdrawal opts out of future capture and removes its local analytics key. PostHog is never loaded by the customer-site runtime.
Controls
Browser controls can clear storage, but removing necessary authentication or setup storage may sign you out or restart setup. Optional analytics choices can be changed through the consent control when analytics is enabled. Contact privacy@siteairbag.com with questions.
Related documents and contact
Terms · Privacy · DPA · Subprocessors · Acceptable use · Storage and cookies · Cancellation and refunds · Security
Support: support@siteairbag.com · Privacy: privacy@siteairbag.com · Security: security@siteairbag.com