1. What Are Cookies?
A cookie is a small text string that a website places in your browser. It lets the site remember a piece of information between page loads or visits — for example, "this visitor has already confirmed they are 19+."
InukshukSpirit also uses localStorage alongside cookies. localStorage is a browser-native key/value store that lives on your device and never gets sent to our servers. We use it as a fallback because some browser configurations block third-party cookies but allow localStorage.
2. How We Use Cookies
InukshukSpirit sets exactly two first-party tokens, each written as both a cookie and a localStorage entry with matching expiry:
Both tokens store only a short string ("1" for accepted, "0" for declined). No personal information is encoded in either value.
3. Google Consent Mode
Every page on InukshukSpirit loads a Google Consent Mode v2 script block in the <head> before any other scripts. On first load — before you interact with the cookie banner — all consent types default to "denied" (except security_storage, which is always "granted" per Google's requirements for fraud prevention).
If you click "Accept" on the cookie banner, we call gtag('consent','update',…) to grant analytics_storage, functionality_storage, and personalization_storage. If you click "Decline" or close the banner, consent remains denied for those types.
InukshukSpirit does not load Google Analytics, Google Ads, or any other Google tag after the consent signal — the Consent Mode block is present for infrastructure compatibility only and does not activate any tracking tags.
4. Third-Party Services and Their Cookies
InukshukSpirit loads resources from two external CDNs. These services may set their own cookies or log connection data subject to their own privacy policies:
We do not use advertising cookies, tracking pixels, social-media buttons, or analytics tags that set third-party cookies.
5. Your Controls
5.1 Cookie Banner
The cookie banner appears on your first visit. Clicking Accept or Decline dismisses it for 180 days. If you decline, only the two essential tokens (uw_age_ok and uw_ck_ok) are set — all non-essential consent types remain denied in Google Consent Mode.
5.2 Browser Settings
You can delete or block cookies at any time using your browser's built-in controls:
- Chrome: Settings → Privacy and security → Cookies and other site data.
- Firefox: Preferences → Privacy & Security → Cookies and Site Data.
- Safari: Preferences → Privacy → Manage Website Data.
- Edge: Settings → Cookies and site permissions → Cookies and site data.
Deleting uw_age_ok will cause the age gate to reappear on your next visit. Deleting uw_ck_ok will cause the cookie banner to reappear. Both are expected and intended behaviours.
5.3 LocalStorage
To clear the localStorage copies of our tokens, open your browser's Developer Tools (F12), go to the Application tab, expand "Local Storage", select this site, and delete the keys uw_age_ok, uw_age_ok_exp, uw_ck_ok, and uw_ck_ok_exp.
6. What We Do NOT Use
To be unambiguous, the following tracking technologies are absent from InukshukSpirit:
- Google Analytics, Universal Analytics, or GA4 measurement tags.
- Facebook Pixel or any Meta tracking code.
- Advertising retargeting pixels.
- Session-replay tools (Hotjar, Clarity, FullStory, etc.).
- A/B testing frameworks that store visitor IDs.
- Cross-site tracking identifiers or fingerprinting scripts.
7. Changes to This Guide
We will update this Cookie Guide whenever we add, change, or remove cookies or storage tokens. The "Last updated" date at the top of this page reflects the most recent revision. For material changes, we will display a notice on the homepage.
8. Contact
Questions about cookies or privacy? Contact us:
InukshukSpirit Privacy TeamEmail: [email protected]
Web: https://insigniaway.com/
See also: Privacy Rules | Terms of Use