What we use
- Session cookie (website). One signed, HTTP-only cookie that keeps you signed in. It contains your account identifier and an expiry, is not readable by JavaScript, and carries no tracking data. It is strictly necessary, so the site cannot function without it.
- Local storage (extension). The browser extension stores your session token and your preferences (such as whether the panel is collapsed) in local storage on your own device. This never leaves your machine except as an authorization token when the extension talks to our API.
What we do not use
- no advertising cookies;
- no cross-site or third-party tracking cookies;
- no analytics that identify you personally or follow you across the web.
Because we use only strictly necessary storage, there is no consent banner to click through. There is nothing non-essential to opt out of.
Managing it
You can clear the session cookie by signing out, and clear the extension’s local storage by removing the extension. Blocking the strictly necessary cookie will prevent you from signing in. Questions? Contact privacy@parallm.app.