HAR sanitizer

HAR, sanitized locally

Strip the secrets from a HAR file, without uploading it.

A HAR is a full recording of your browser traffic. It leaks cookies, auth tokens, and session data. Drop one here and every secret gets replaced with [REDACTED] in your tab, then download the clean HAR. Nothing is ever sent.

nothing leaves your tab. open the network tab and watch.

Try it, live in your browser

HAR · JSON · sanitized in your browserzero egress
HAR: drop a file or paste it
drop a .har here, or click to choose a file
waiting for a HAR

Drop or paste a .har on the left, or press Load sample. The summary of what got stripped appears here.

How it works

  1. Drop or paste

    Give it a .har file from your browser's network tab, by drag and drop, file picker, or paste. It never leaves the page.

  2. Redact in the tab

    Pure TypeScript parses the JSON and swaps sensitive values for [REDACTED], keeping key names and structure so the file still validates as a HAR.

  3. Read the summary, download clean

    A green band tells you how many secrets came out across how many requests, itemized by category. Then download the sanitized HAR.

What it removes

Why HAR sanitizer

Part of Sealed

Sealed is a small suite of provably-local developer tools: the work happens in your browser, and the whole promise is that your data never leaves it.

sealedtools.pages.dev →