Quorin Technologies · Archon
Cookie Notice
Archon sets three cookies. All of them are strictly necessary, none of them track you, and there is no third party involved in any of them.
- Effective
- 9 August 2026
- Last updated
- 9 August 2026
Draft — not yet in force
This document is missing details that only Quorin Technologies can supply, and it has not been reviewed by a qualified lawyer in Zimbabwe. Do not rely on it, and do not present it to a customer, until both are done.
Outstanding
- · Full registered company name
- · Company registration number
- · Registered office address
Edit src/lib/legal/company.ts. This banner disappears by itself once nothing is outstanding.
1. The short version
There are no advertising cookies, no analytics cookies, and no third-party cookies. Archon loads no scripts from anyone else’s servers — the Content Security Policy the application ships with actively forbids it. That is why you are not being asked to accept anything: under the laws that require a consent banner, strictly necessary cookies do not need consent, and we set nothing else.
2. What Archon sets
| Cookie | Purpose | Lifetime |
|---|---|---|
| Session token | Keeps you signed in and attributes every action to you. Without it there is no authentication, and therefore no attribution — which is the foundation of the audit trail. Set HttpOnly, SameSite=Lax, and Secure over HTTPS. | Until sign-out or expiry |
| CSRF token | Protects sign-in and other state-changing requests against cross-site request forgery. | Session |
sidebar_state | Remembers whether you collapsed the navigation sidebar. Cosmetic. | 7 days |
Your theme preference (light or dark) is kept in your browser’s local storage rather than in a cookie, so it is never transmitted to the server at all.
3. What Archon does not set
- No Google Analytics, or any other analytics product.
- No advertising or retargeting pixels.
- No session recording or heatmap tools.
- No social media embeds or share widgets.
- No cross-site tracking of any kind.
A self-hosted deployment that quietly reported to a third party would defeat the reason laboratories choose one. The prohibition is enforced in code, not just in policy: the application’s connect-src policy permits requests to its own origin only.
4. Payment pages
If you pay for a licence by card or mobile money, the checkout is completed on the payment provider’s own pages. Those pages are the provider’s, and the provider sets its own cookies under its own policy — typically including fraud-prevention cookies, which are necessary for a payment to be processed at all. We do not control them and they are not set by Archon.
Paying by invoice or purchase order involves no payment provider and no such cookies.
5. Controlling cookies
You can delete or block cookies in your browser settings. Blocking the session and CSRF cookies will prevent you from signing in to Archon, because there is no other way to maintain an authenticated session. Blocking sidebar_state costs you nothing but a sidebar that forgets its width.
6. Contact
Questions: quorinstartup@proton.me. See also our Privacy Policy.