01 — Overview
This website uses a single localStorage entry to record your acknowledgement of this cookie specification. No HTTP cookies, tracking pixels, analytics scripts, or third-party embeds are used.
02 — Storage Entry Specification
| Parameter | Value | Notes |
|---|---|---|
| Storage key | commonlantern_mmo_datasheet_v1 | localStorage, not HTTP cookie |
| Stored value | 1 | Binary consent flag |
| Duration | Until manually cleared | Persists across browser sessions |
| Purpose | Suppress SPEC_CONSENT banner | UX preference only |
| Personal data | None | No user identifier attached |
| Third-party access | None | Data remains in your browser |
03 — Managing Consent
To withdraw consent and reset the banner, clear localStorage for commonlantern.sbs in your browser settings, or run the following in the browser console on any page of this site:
localStorage.removeItem('commonlantern_mmo_datasheet_v1'); location.reload();
For questions contact [email protected]. See also CL-PRI-001 Privacy Policy.