What happens to what you paste
Close
Nothing. It is decoded in this browser tab and then it is gone when you close the tab.
SafePaste has no account, no database and no analytics, so there is nothing for it to be
stored in.
This is enforced, not promised
The page includes a Content Security Policy of connect-src 'none'. That makes
fetch, XMLHttpRequest, WebSocket,
EventSource and sendBeacon fail in the browser itself, whatever
the code on this page tries to do. Images and fonts are restricted to data that is already
inside the file, and form-action 'none' prevents all form submission.
You do not have to take our word for it. Open your browser's developer tools, watch
the Network tab while you use the page, and confirm that it stays empty after the page
itself has loaded.
What the host can see
This page is served by Cloudflare Pages. Like any web server, it sees the request for the
page itself: an IP address, a user agent, a timestamp. That happens before any of this
page's code runs and it is the same for every website you visit. What it does not see is
anything you paste, because nothing you paste is ever part of a request. That includes the
token itself: it is decoded entirely in this tab and its claims are never sent anywhere,
which also means SafePaste has no way to check whether its signature is genuine.
No cookies, no storage, no trackers
No cookies are set, by this page or by anything on it.
Nothing is written to local storage, session storage or IndexedDB.
There is no analytics script, no tag manager, no advertising and no fingerprinting.
There are no third-party scripts, fonts or images. Everything is in this one file.
The two links that leave
The footer links to Flytrap Industries and to a Stripe donation page. Neither is contacted
unless you click it. They carry no query string and no referrer, so following one tells
the destination nothing about what you were doing here. If you do donate, Stripe handles
that payment under its own privacy policy and SafePaste never sees your card details.
Working offline
Save this page to disk and open it again. It is a single self-contained file, so it works
with no network at all, including on a machine that has never been connected to one.
This policy describes the page you are reading. It is part of the same file, so the copy
you save to disk carries it too.