Remote browser isolation (RBI) moves the execution of websites from the endpoint into an isolated cloud environment: the page runs in a sealed-off remote browser, and the device only receives the rendered, harmless output. Even if a page carries malicious code, it never executes on the device.
Browser isolation applies the Zero Trust principle to browsing: no website is trusted — the only question is where it runs. For browser security this is a change of architecture, not just another filter — a zero trust browser session by default.
How does browser isolation work?
When a page is opened, the platform spins up an isolated browser in the cloud — close to the user, as a disposable instance. Only a safe stream of rendered content reaches the device; modern approaches transmit drawing commands instead of video, so the page feels smooth and native. When the session ends, the instance is discarded together with everything the page loaded.
Web isolation is policy-driven: downloads, uploads, copy-and-paste and keyboard input can be allowed, restricted or blocked per site category. RBI should be distinguished from an enterprise browser — a managed local special-purpose browser: with cloud browser isolation, users keep their familiar browser and only the execution location moves.
When is remote browser isolation worth it?
The strongest lever is phishing protection: links from emails can always be opened in isolation — read-only when suspicious, so no credentials can be entered on the fake login page at all. New and uncategorised domains, which a secure web gateway would otherwise have to block or allow, get a third, better option: open isolated.
The second big case is unmanaged devices: contractors, partners or BYOD access corporate web apps through an isolated browser — no agent on the device, full control over data and downloads. In an SSE platform, the SWG policy automatically decides when a session moves into isolation.
Typical scenarios
- Always open links from emails in isolation — phishing pages stay harmless.
- Open new and uncategorised domains isolated instead of blocking them outright.
- Administrators and privileged users browse in the remote browser by default.
- BYOD and externals: clientless access to web apps with download control.
- Risky file types are sanitised first, then released for download.