WICG / turtledove

TURTLEDOVE
https://wicg.github.io/turtledove/
Other
538 stars 237 forks source link

Get the mandatory unsandboxed flags from the fenced frame spec. #1206

Open blu25 opened 5 months ago

blu25 commented 5 months ago

The navigator.canLoadAdAuctionFencedFrame() API needs to compare the sandbox flags to a list of required unsandboxed flags to determine if a fenced frame can load. This list/enforcement currently does not exist in the fenced frame spec. Once that has been spec'd, the PA spec needs to be updated to look at that list.

See: https://github.com/WICG/fenced-frame/issues/155