Cookie policy
The short version
This website stores nothing in your browser and sends no data to anyone. No cookies. No localStorage, sessionStorage or IndexedDB. No analytics. No advertising pixels. No fingerprinting. No fonts, scripts, images or stylesheets loaded from anyone else's server. That is why you were not asked to agree to anything when you arrived.
1. Why there is no consent banner
Under the ePrivacy rules that apply across the European Union, consent is required before storing information on a user's device or gaining access to information already stored there, unless the storage is strictly necessary to provide the service you asked for.
We solved that requirement by removing the storage rather than by asking you to click through a banner. Since nothing is written to your device and nothing is read from it, there is nothing to consent to, and a consent banner would be a piece of theatre. An earlier version of this site did carry a banner and did set storage; that has been removed.
2. What we do not use
| Technology | Used on this site? |
|---|---|
| Cookies (first or third party) | No. The server sends no Set-Cookie header and no script sets document.cookie. |
| localStorage / sessionStorage | No. The words do not appear anywhere in this site's JavaScript. |
| IndexedDB, Web SQL, Cache Storage | No. |
| Analytics (any provider) | No. |
| Advertising or conversion pixels | No. |
| Device or browser fingerprinting | No. |
| Third-party requests | None. No web fonts, no content delivery network, no remote images. Every font is a font already on your device, and every image is an original file served from this domain. |
| Contact or newsletter forms | None. There is deliberately no form anywhere on this site, because a form would collect data. |
3. How to verify this yourself
Do not take our word for it. It takes about a minute in any modern browser. Open the developer tools with F12, or Ctrl+Shift+I (Cmd+Option+I on a Mac), then:
- Check storage. In Chrome or Edge, open the Application tab; in Firefox, the Storage tab; in Safari, the Storage tab of the Web Inspector. Look under Cookies, Local Storage, Session Storage and IndexedDB for this domain. All of them should be empty.
- Check the network. Open the Network tab and reload the page. Every request listed should be to novislav.online. If you see a request to any other domain, we have broken this promise and we would like to hear about it.
- Check the response headers. Click the document request in the Network tab and
read the response headers. There should be no
Set-Cookieheader. - Read the source. The site's JavaScript is two short, unminified files:
/js/site.js and /js/cta.js. You can read both
in a couple of minutes. Search them for
cookie,localStorage,sessionStorage,indexedDBorfetch; none of those appear.
4. What the web server unavoidably records
This is not browser storage, but you should know about it. Like every web server, ours writes a technical access log when it serves you a page. That log is described in the privacy policy, which explains what it contains, why it exists, how long it is kept, and what rights you have over it.
5. Where you go next is not our business, but be aware
If you follow a partner link from this site, you arrive at a third party's website,
which is very likely to set cookies and use tracking of its own. We have no control over that and
we receive none of it. Their cookie and privacy policies apply from the moment you arrive. Our
links use rel="noopener" and a
strict-origin-when-cross-origin referrer policy, so the destination is told only
which site you came from, not which page.
6. Changes
If this ever changes — if we were ever to introduce anything that stores data on your device — we would update this page, change the date at the top and implement a proper consent mechanism before doing so, not afterwards. Questions: info@novislav.online.