← Back to release summary

Cross-Origin Read Blocking (CORB)

Category
Security
Type
New or changed feature
Status
Enabled by default (Chrome 67)
Intent stage
None

Summary

Cross-Origin Read Blocking (CORB) is an algorithm that can identify and block dubious cross-origin resource loads in web browsers before they reach the web page. CORB reduces the risk of leaking sensitive data by keeping it further from cross-origin web pages. In most browsers, it keeps such data out of untrusted script execution contexts. In browsers with Site Isolation, it can keep such data out of untrusted renderer processes entirely, helping even against side channel attacks like Spectre.

Standards & signals

Docs: https://chromium.googlesource.com/chromium/src/+/master/services/network/cross_origin_read_blocking_explainer.md https://www.chromium.org/Home/chromium-security/corb-for-developers https://github.com/whatwg/fetch/issues/681

Samples: https://anforowicz.github.io/xsdb-demo/index.html

View on chromestatus.com