Cookies and local storage

Relocat uses cookies only for session authentication on the professional surfaces (admin, moderator, partner, KG editor). The community web app at /app/ does not set any cookies and does not write to localStorage, sessionStorage, or IndexedDB.

Strictly-necessary cookies

The Django session cookie (sessionid) and CSRF cookie (csrftoken) are set when you sign in to a professional surface. They are scoped, marked HttpOnly and Secure, and cleared on sign-out.

Theme preference (relocat.org only)

The public pages on relocat.org remember your light / dark theme choice in a single localStorage entry named relocat-theme. This is a strictly-necessary user-preference value — no consent banner is required, no third party reads it, and it is never transmitted to the server. Clear your browser’s local storage for relocat.org to reset the preference.

No analytics or tracking

Relocat does not set tracking, analytics, advertising, or fingerprinting cookies of any kind. No third-party scripts are loaded on these pages.