Last updated 12 May 2026.
What cookies are
A cookie is a small text file your browser stores on behalf of a website. It can hold a session identifier, a preference, or a tracking ID. Cookies make some site features possible — they can also be used for advertising; we don’t use them that way.
What we set
Dawnplex.bond sets three types of small files:
- Session cookie (essential). A randomly-generated session ID that holds your CSRF token when you fill in the survey form. It is destroyed when you close the browser. Without it the form cannot protect itself from forgery — it cannot be switched off.
- Cookie-consent record (functional). One small entry in your browser’s localStorage remembers your choice from our consent banner so we don’t ask you again on every page. It is removed if you clear browser data.
- Anonymous analytics (optional). If you accept the consent banner, our server-side logs measure how many visitors land on each page. There is no third-party tracker, no cookies sent to ad networks. If you decline, no analytics is collected.
Managing your choice
The cookie banner appears the first time you load dawnplex.bond. You can accept all, decline non-essential, or change your mind any time using the “Cookie preferences” link in the footer. Declining doesn’t remove the essential session cookie because the form would stop working — that single cookie cannot be opted out.
Browser-level controls
You can also block or delete cookies inside your browser settings. The relevant pages:
- Chrome: Settings → Privacy and security → Cookies and other site data
- Safari: Settings → Privacy → Manage Website Data
- Firefox: Settings → Privacy & Security → Cookies and Site Data
- Edge: Settings → Cookies and site permissions → Manage cookies and site data
If you block all cookies the survey form will stop submitting — the CSRF protection needs the session cookie. Everything else on the site will still work.
Third-party content
Two third-party resources are loaded on this site:
- Google Fonts (Saira Condensed + Karla). Served from fonts.gstatic.com. Google logs the request IP and user-agent; no Dawnplex cookie is sent.
- Osano CookieConsent v3 (cdn.jsdelivr.net). Library that runs the banner. The CDN logs the request but no cookie travels with it.
Both are loaded from the public open-source CDNs. If you prefer everything served from our own domain, contact us and we’ll self-host on request.
Contact
Questions about cookies or your choice — [email protected].