Persist reader preferences without cookies #58

Open
opened 2026-07-01 01:02:47 +00:00 by manlycucumber · 0 comments
manlycucumber commented 2026-07-01 01:02:47 +00:00 (Migrated from github.com)

Problem

Visitor preferences (language, variant, display options) should persist across visits without using tracking cookies.

Acceptance criteria

  • Preferences persist using privacy-safe client storage (e.g. localStorage), not cookies
  • Stored preferences contain no identifiers usable for tracking
  • Cleared storage falls back to sensible defaults
  • Preferences can be reset from the UI
## Problem Visitor preferences (language, variant, display options) should persist across visits without using tracking cookies. ## Acceptance criteria - [ ] Preferences persist using privacy-safe client storage (e.g. localStorage), not cookies - [ ] Stored preferences contain no identifiers usable for tracking - [ ] Cleared storage falls back to sensible defaults - [ ] Preferences can be reset from the UI
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
Directorium/Site#58
No description provided.