WICG / fenced-frame

Proposal for a strong boundary between a page and its embedded content
https://wicg.github.io/fenced-frame/
Other
120 stars 29 forks source link

Prevent reserved beacons from being sent manually. #134

Closed blu25 closed 6 months ago

blu25 commented 7 months ago

Reporting an event through the window.fence.reportEvent() call should not be allowed to work if it's passed in a "reserved." event type.

This PR also exports automatic beacon event type, which will be used by the TURTLEDOVE spec for a similar patch to registerAdBeacon().


Preview | Diff

blu25 commented 6 months ago

Let's just make sure the Protected Audience indeed makes use of this term so we don't accidentally export it for no reason.

I just put up https://github.com/WICG/turtledove/pull/968 for review which references this term.