A cookie is a small file a website asks your browser to keep and send back on your next visit. It is how a site recognises you so you do not have to sign in every time.
Local storage is similar browser memory, but it is never sent anywhere automatically: the data simply sits on your device and is read by the site itself. That is mostly what we use.
| Name | Holds | Why | Lifetime |
|---|---|---|---|
lang | Chosen language | So you need not pick it again | Until browser data is cleared |
| Sign-in session (Firebase) | That you are signed in | Without it you would be signed out on every page refresh | Until you sign out |
umbra_trusted | "This is my device" | Avoids asking for a confirmation code on a familiar device | Until sign-out or clearing |
umbra_chat_seen | Which messages you read | The unread badge survives a page refresh | Until cleared |
umbra_chat_mute | Which chats you muted and until when | Muted stays muted | Until it expires or is cleared |
umbra_fav_… | Favourite friends | Shows the list instantly before the server replies | Until cleared |
umbra_market | Shop view settings | Keeps your sorting and filters | Until cleared |
uadmin (cookie) | Admin panel session | For the site owner only; does not affect players | End of session |
Everything above is strictly necessary: without it you could not stay signed in and your settings would reset on every refresh. The law does not require consent for such technical data.
| Service | When it appears | Why |
|---|---|---|
| Google reCAPTCHA | On the sign-up and sign-in forms | Telling humans from bots. Google receives your IP address and form behaviour |
| Google Firebase | After you sign in | Holding the session and talking to the database |
| Google Fonts | On every page load | The site's typefaces. Google sees your IP address at that moment |
| Paddle | Only during payment | Processing the payment and preventing fraud |
These companies process data under their own policies: Google, Paddle.
The button below clears the settings this site saved in your browser: language, read messages, muted chats, favourite friends and shop settings.
You can also switch cookies off in your browser's privacy settings. Note that signing in will then stop working.
If we add a service that stores something in your browser, we will update this table and the date at the top.
Write to umbra.corporation.md@gmail.com. More about data handling is in the Privacy Policy.