demo · v132
Beacon types: where does Referer now appear?
Fenced frames send three kinds of automatic beacons (top-navigation success/failure, click-events) plus the explicit reportEvent() beacon. v132 adds Referer to all of them, respecting the referrer policy of the embedding context. Tour the matrix and inspect what each beacon now carries.
| beacon | Referer (pre-132) | Referer (v132+) |
|---|---|---|
| reserved.top_navigation_start | absent | — |
| reserved.top_navigation_commit | absent | — |
| custom (reportEvent) | absent | — |
selected beacon, fully serialised
see also
- Fenced frames Referer — feature index
- policy / origin builder
- ChromeStatus entry