This commit is contained in:
Kismet Hasanaj
2026-05-03 01:16:43 +02:00
parent c22d54abb0
commit 74a878bc62
5 changed files with 33 additions and 239 deletions
+2 -18
View File
@@ -78,8 +78,8 @@ export default function CookiePolicyPage() {
What we store
</h2>
<p className="mt-3">
We use two small browser storage entries both first-party,
both confined to your browser, neither shared with anyone:
We use one small browser storage entry. It is first-party,
confined to your browser, and never shared with anyone:
</p>
<div className="mt-6 space-y-4">
@@ -96,22 +96,6 @@ export default function CookiePolicyPage() {
every page. Persists until you clear your browser data.
</p>
</div>
<div className="rounded-2xl border border-[var(--border)] bg-[var(--surface)] p-5 backdrop-blur sm:p-6">
<p className="font-mono text-sm font-semibold text-[var(--text)]">
novarix-intro-seen
</p>
<p className="mt-2 text-sm">
<span className="font-semibold text-[var(--text)]">
Preference.
</span>{" "}
Stored in <code>sessionStorage</code> only when you accept
cookies. Lets us skip the animated logo intro for the rest
of your browsing session. Cleared automatically when you
close the browser tab. If you decline cookies, this is
never set and the intro may play again on a fresh tab.
</p>
</div>
</div>
</section>