v142 · security
Origin-keyed process isolation
Chrome 142 introduces a shift in the process isolation policy from locking processes to a site like `https://example.com` to locking them to a specific origin, such as, `https://foo.example.com`. To further enhance security, Chrome is moving to a more granular process isolation model called **Origin Isolation**. Previously, Chrome used **Site Isolation**, w
concepts
-
Origin Isolation
Toggle
Origin-Agent-Clusteron each origin and see how Chrome 142 splits them into renderer processes side-by-side with the old site-keyed grouping. -
Spectre Side-Channel Mitigation
The 2018-era reason the feature exists. Side-by-side renderer-process layout with and without
Origin-Agent-Cluster: ?1, with the actualwindow.originAgentClusterandcrossOriginIsolatedprobes for this page. -
Process Tree Visualizer
Five origins (main, three subdomains, one cross-site) in a frame tree. Toggle
Origin-Agent-Clusterper origin and compare the legacy site-keyed renderer layout to Chrome 142's origin-keyed split — side-by-side, with the livewindow.originAgentClusterprobe for this page. -
Isolation Audit
Enter a list of origins and see a scored audit: which ones share a process under site-keyed isolation, which are split under origin-keyed, and what
Origin-Agent-Clusterheader they need to opt in. Livewindow.originAgentClusterandcrossOriginIsolatedprobes plus a remediation checklist.
why it shipped
Chrome 142 introduces a shift in the process isolation policy from locking processes to a site like `https://example.com` to locking them to a specific origin, such as, `https://foo.example.com`. To further enhance security, Chrome is moving to a more granular process isolation model called **Origin Isolation**. Previously, Chrome used **Site Isolation**, w