Transparency
Security and logging
What Floppyblock keeps, for how long, and how a session works. There is no account, so there is no profile for any of it to attach to, and there is no access log, so there is no record of you to attach it to either. The console where you type an address and the relay that fetches the site are separate parts of the service, and on a busy day they are not even the same machine. The blog is a separate application again, and this page is not about it.
Last updated September 2026
What is written down
There is no access log. The web server that answers your connection keeps no record of the requests it passes on, and the relay behind it keeps none of the requests it handles. A request that works leaves nothing behind on our side once it is served.
The only lines that are written are about failures. When a request cannot be completed, because the site did not answer or because the relay was restarting, each of the two writes one line naming what was asked for and what went wrong. What was asked for is recorded at the level of the site, never the page: the address of what you opened is carried inside the request path, and the line is cut to the part that names the site before it is written, which also removes the address you typed into the console. Neither line holds your IP address, not even a shortened form of it, nor your browser, nor any cookie. They go to the system journal, which is where a fault is found.
There is no rate limit counted against your address either. Some proxies keep a per-address counter to hold off automated abuse; Floppyblock keeps none, and the application never learns your address in the first place, because the web server in front of it does not pass it on.
One consequence is worth saying plainly. Because nothing is kept, we cannot say afterwards who opened what through Floppyblock, not to a site that asks and not to ourselves. That is the design, not a policy we apply case by case.
What is never written down
Nowhere on our side, in any line, for any length of time:
- The specific pages and paths you open, or the terms you search for.
- The address you typed into Floppyblock.
- The content of the pages you load, or anything you type into them.
- Your IP address, whole or shortened.
- Your session token, or any cookie from the sites you open.
- Which hour you came, in any form that could be tied back to you: the hourly counts are totals only.
- The browser and the device you are using.
- The page you came from.
- Any name, email or account, because Floppyblock never asks for one.
How a session works
There is no server-side session record. Your session is a signed token that the relay checks by its signature alone: it carries an identifier and the moment it started, signed with a key only the server has, so the start time cannot be edited and there is no table of sessions to keep. It runs for 60 minutes. After that comes a 15 minute cool-down, and then a fresh session starts on its own, so one browser cannot hold the relay open all day.
The token is carried in a cookie the pages you open cannot read, and the cookie is set to expire at the end of the cool-down, so your browser discards it the moment it stops meaning anything. Nothing renews it. When the session expires the tab returns you to the console. You cannot cancel a session early, and closing the tab does not end it sooner. Clearing the cookie does not end it either, but it does start a new one on the next request, which is a deliberate trade: the alternative is a limit tied to your address, and the people this relay is for tend to share one address with a whole building, where one person’s hour would end everyone’s.
What is held while it lasts
Two pieces of short-lived state sit on the server, both keyed to your session and to nothing else, both in memory only, so a restart of the service loses them.
The first is the cookies the sites you open have set, in a store kept in memory only. Each cookie is kept under the host that set it and handed back only to that host, the way a browser would. The store is dropped the moment the relay refuses a request because your time is up; it is dropped when nobody has touched it for as long as a session lasts, which is what happens to the tab you closed at minute five; and you can drop it yourself at any time from Clear stored cookies in the footer.
The second is how we count how many people are using Floppyblock right now, which is the one number we keep about use of the service. When your browser asks a relay for something, it notes that a session was seen, and the count of sessions seen in the last few minutes is what our own dashboard shows. It holds no address, no site and no page, and what it stores for you is not your session token but a scrambled form of it, under a key drawn fresh each time the service starts, so the same visitor is a different entry after a restart and on every other server. It forgets you a few minutes after your last request.
One number is written to disk, and it is a number: how many sessions opened a site in each hour, kept for a month, so our dashboard can say how many people used Floppyblock today and last week. Each hour is a single count with nothing inside it. To count a session once rather than every time it opens another site, the same scrambled form of your token is kept in memory for as long as the token itself could still be shown, which is the length of a session and its cool-down, and then dropped. Nothing else about the session exists anywhere.
Cookies from the sites you open
The relay captures the cookies the sites you open set, keeps them in that server-side store, and attaches them again each time it fetches on your behalf. Before the response reaches your browser, the site’s instruction to set a cookie is removed, so the cookie itself never lands in your browser under Floppyblock’s address.
One exception keeps pages working. Many sites need their own scripts to read a cookie back after writing it, so a cookie a page writes itself stays in your browser, scoped to that site’s own path on Floppyblock. The browser then shows it to that site’s pages and not to the next site’s. The same is done for the two storage areas a page can write to. Clearing your browsing data removes those; Floppyblock does not remove them for you when a session ends.
The connection between you and Floppyblock
The connection between your browser and Floppyblock is encrypted, both on this site and on the address a session runs on. Floppyblock then makes its own separate connection onward to the site, and the encryption between you and Floppyblock does not reach that one. Those are 2 separate connections that meet at Floppyblock. The relay receives each page, rewrites the addresses inside it so the rest of the page loads through Floppyblock too, and sends it on, which means it handles the content of the pages you open in readable form.
Wherever Floppyblock has to carry the address of the site you opened, it carries the site’s origin encoded rather than spelled out. Your browser loads the page and everything on it through Floppyblock’s own address rather than from the site directly, so your own network performs no lookup for the site and sees no name for it in the handshake. What your network can see is that you connected to Floppyblock. The encoding is not a secret, though: it is an encoding and not encryption, and anyone who can read the address bar over your shoulder, or who gets hold of a link you copied out of the tab, can turn it back into the site’s name.
The site, for its part, is reached by Floppyblock and not by you. The headers that would carry your address to it are removed on the way out, so it sees the relay’s address instead of yours.
What we do not claim
- We are not an anonymity tool. Floppyblock hides your address from the sites you open. Your own network can still see that you are using Floppyblock, and it is not built to stand up to a determined adversary.
- We handle the content of your pages. Floppyblock has to decrypt each page, rewrite the addresses inside it and encrypt it again to serve it from its own address, so page content passes through our servers in readable form.
- The site still learns what browser you are using. Only the headers that carry your address are stripped on the way out; the rest of what your browser sends, including the header naming it and your language, goes to the site unchanged.
- Floppyblock is not an ad blocker and it is not a safety filter. It does not block ads, trackers, or anything else a page chooses to load.
- Every site you open is served from one address, so the separation your browser normally keeps between two different sites is ours to imitate rather than the browser's to enforce. Cookies and storage are scoped per site for that reason, but it is a compatibility measure and not a security boundary. Treat one session as one space, and do not open an account you care about alongside a site you do not trust.
- Floppyblock does not handle WebRTC. If a page uses it, that traffic runs outside the relay and can give the page your real address.
- A session cannot be cancelled early. It stops working when it expires, and closing the tab does not end it sooner.
- The address you typed stays in your own browser. The link that opens a site carries it, so it lands in your history and in anything you copy or share from that tab. That part is on your device, not on our servers.
- If you open an address that starts with http rather than https, the connection between Floppyblock and that site is not encrypted.
- This console page loads scripts that a proxied page never does: a web analytics script and Cloudflare's check on the first press of Open. Cloudflare sees your address when that check runs, because it runs in your browser, and we do not send it your address ourselves. Nothing of the kind is ever added to a site you open through Floppyblock.
Where to check the rest
The questions on the home page cover what works through the relay and what does not, which is the other half of deciding whether this is the right tool. The blog goes further into where a web proxy is the wrong one and a VPN is the right one.
To clear what is held for you right now, use Clear stored cookies. It drops the server-side store for your session at once. The copies your browser holds go with your browsing data, which only you can clear.
