1. What is a cookie
A cookie is a small piece of data a website stores in your browser. Some are set by us directly; some are set by service providers we use. We also use similar browser storage (LocalStorage, IndexedDB) for things like saving your stopwatch state — that's not technically cookies but the same consent rules apply where relevant.
2. The three categories
2.1 Necessary
These keep the service working. They handle things like keeping you signed in, protecting forms from cross-site attacks, remembering your language and theme, and storing your cookie choices so we don't ask again every page. They're set whenever you use the service and can't be turned off — without them you can't sign in or use the app.
2.2 Analytics
These help us understand how the product is used in aggregate — which pages people visit, where errors happen, which features get used. We don't use this to identify you personally; it's about understanding the product, not the person.
Off by default. Set only if you opt in.
2.3 Advertising
These let us measure whether our ads work (e.g., did a click on an ad lead to a sign-up) and show ads to people who've visited the site before. They're set by the ad networks we run campaigns on, and they involve those networks collecting some information about your visit for that purpose.
Off by default. Set only if you opt in. If you don't opt in, no advertising scripts load on your browser at all.
3. Managing your choices
- The first time you visit, a banner asks for your choices. You can Reject optional, Accept all, or Customize (toggle analytics and advertising independently).
- A Cookie settings link in the footer of every page lets you change your mind anytime. If you are in the
app.logforme.comdashboard, you can find this option in your preferences page. - Turning a category off later removes the related cookies and stops the related scripts from loading further.
- Your browser settings also let you block all cookies — but blocking necessary cookies will break sign-in.
4. Adding new categories or providers
If we add a new optional cookie, provider, or category in the future:
- It's off by default.
- It's set only after you opt in through the cookie banner.
- This Policy is updated before anything new is enabled.
- You'll be asked for consent again the next time you visit. Your prior consent is not silently carried over to anything new.