01 / What this covers
Cookies and similar technologies
Cookies are small pieces of data that a website can ask a browser to send back. Similar browser technologies include local storage, which keeps data on the device. Daily Games currently uses local storage for essential game functionality and does not set cookies through document.cookie.
No optional analytics, advertising or marketing storage is configured in the current website code. For that reason, Daily Games shows a compact essential-storage information notice instead of a misleading accept/reject banner.
02 / Current storage
Storage currently used
| Name | Provider | Purpose | Type | Duration | Required |
|---|---|---|---|---|---|
dg_cookie_notice_v1 | Daily Games | Remembers that the essential-storage information notice was closed. | Local storage | Until cleared or changed | Essential information preference |
wg_state_YYYY-MM-DD, cp_state_YYYY-MM-DD, pp_state_v8, sudoku_state_v2_YYYY-MM-DD | Daily Games | Saves current Fivefold, Connections, Pathfind and Sudoku progress on this device. | Local storage | Until overwritten or cleared | Essential game function |
| Game settings, names and streak keys | Daily Games | Remembers selected settings, a player name and streak-related local progress. | Local storage | Until overwritten or cleared | Essential game function |
| Supabase authentication session | Supabase | Keeps an optional Google-authenticated player signed in and supports session refresh. | Browser storage managed by the Supabase client | Until sign-out, expiry, clearing or refresh | Required only when signed in |
The exact saved game key can include the puzzle date. These are storage keys, not names of HTTP cookies.
03 / Your choice
Storage information notice
The notice is shown on a first visit because the site uses essential storage. Selecting “OK” stores only the separate notice-preference key shown above. It does not enable analytics, advertising or any optional category.
04 / Controls
Managing data in your browser
You can clear site data or block storage through your browser’s privacy or site-settings controls. Clearing Daily Games site data removes local saves, settings and the local sign-in session from that browser. It does not remove submitted leaderboard, profile or score information held by the account service; see the Privacy page for what is known about that data.
Browsers differ, so use your browser’s own help or privacy controls for the exact steps. Blocking local storage may stop saved progress and optional sign-in from working properly.
05 / Third-party requests
Requests that are not optional storage
Daily Games loads fonts from Google Fonts. It also connects to Supabase for account, profile and score functions, and Fivefold sends guessed words to dictionaryapi.dev for validation. These services may have their own privacy practices, but the current Daily Games scripts do not load an analytics, advertising or marketing cookie tool.
For the broader processing description, read the Privacy page.