content(cookie-policy): regenerate cookie-policy/index.md [n8n]
This commit is contained in:
@@ -0,0 +1,53 @@
|
||||
+++
|
||||
title = "Cookie Policy"
|
||||
description = "How NovaSpin uses cookies: what's stored, why analytics stays off until you opt in, and how to change your choice in seconds."
|
||||
heroImage = "images/hero-faq.svg"
|
||||
heroAlt = "Abstract illustration representing cookies and consent"
|
||||
author = "NovaSpin Editorial Team"
|
||||
lastmod = 2026-07-13
|
||||
toc = true
|
||||
+++
|
||||
{{< notice type="warning" >}}
|
||||
This is a sample template for a fictional brand and is not legal advice. Wording, categories and consent behaviour on a live site should be confirmed by the operator and its legal team before publication.
|
||||
{{< /notice >}}
|
||||
|
||||
NovaSpin stores a small consent record in your browser and loads nothing optional until you say yes. Below is exactly what sits on your device, why it's there, and how to clear or change it.
|
||||
|
||||
## What a cookie actually is here
|
||||
|
||||
A cookie is a small text file a site saves in your browser so it can remember something between page loads or visits. Some of what NovaSpin uses isn't a classic cookie at all — your consent choice is kept in `localStorage` under the key `novaspin_cookie_consent`, not a cookie, so clearing cookies alone won't reset it. To fully reset, clear site data for the domain.
|
||||
|
||||
The practical point: only strictly necessary storage runs before you make a choice. Analytics is **off by default** and stays off until you actively opt in.
|
||||
|
||||
## The storage we set to run the site
|
||||
|
||||
These are the essential items. You can't switch them off and still log in or play, because they carry the session and security state:
|
||||
|
||||
- **Session and login** — keeps you signed in as you move between pages so you don't re-enter details on every click.
|
||||
- **Security and fraud checks** — helps confirm a request came from your real session, not a hijacked one.
|
||||
- **Your consent record** — the `novaspin_cookie_consent` value, so we don't ask again on every visit.
|
||||
- **Basic preferences** — things like language or a dismissed banner.
|
||||
|
||||
None of these are used for advertising or sold on. They exist so the account and cashier work.
|
||||
|
||||
## Analytics, and why it waits for your yes
|
||||
|
||||
Analytics (page views, which sections get used, where errors happen) only loads **after** you opt in. Decline, and no analytics identifiers are written — the banner respects the choice rather than tagging you anyway, which is a trap on plenty of "consent" banners that fire trackers before you click.
|
||||
|
||||
A realistic expectation: opting in doesn't personalise the site or change your odds. It only tells us, in aggregate, what to fix or improve. Opting out costs you nothing in gameplay.
|
||||
|
||||
## Changing or withdrawing your choice
|
||||
|
||||
You're in control at any time, and it takes seconds:
|
||||
|
||||
- **Re-open the banner** — use the cookie settings link in the site footer to switch analytics on or off.
|
||||
- **Reset from the browser** — clearing site data for the NovaSpin domain removes `novaspin_cookie_consent` and every stored item, so you'll be asked again on your next visit.
|
||||
- **Block at browser level** — most browsers let you refuse or delete cookies per site in their privacy settings; refusing essential storage may stop login working.
|
||||
|
||||
A common pitfall: clearing only "cookies" leaves the `localStorage` consent key in place, so the banner won't reappear. Choose "all site data" if you want a clean reset.
|
||||
|
||||
## Where to read more
|
||||
|
||||
What we collect, why, and your rights over that data are set out in the [NovaSpin privacy policy](/privacy-policy/). If a specific cookie or category isn't clear, or you want your consent record removed on request, [get in touch with our support team](/contact/) and we'll confirm what's stored and how to clear it.
|
||||
|
||||
Cookies are a housekeeping detail; your bankroll and playing time deserve real controls. Before you deposit, set a **deposit limit** and a **loss limit** in account settings so a session can't quietly overrun your budget. Use **session reminders** to get a nudge on time spent, a **time-out** to lock yourself out for a short cooling-off period, and **self-exclusion** if you need a longer break — all available in the responsible gambling area. If gambling stops feeling like entertainment, our [responsible gambling tools and support contacts](/responsible-gambling/) are the place to start, and independent help is available in every market we serve.
|
||||
Reference in New Issue
Block a user