pre-132 result
blockedCross-origin embeds needed a publisher header when the default was self.
demo · v132
Before 132 the default Permissions-Policy for PST issuance & redemption was self. A publisher embedding a third-party fraud-detection vendor had to ship a header override for every page, or the vendor's widget silently failed. v132 flips the default to *; the publisher only has to set the header when they want to restrict.
Cross-origin embeds needed a publisher header when the default was self.
The wildcard default lets the embed attempt PST without rollout coordination.
Builds a real Request with the selected privateToken operation so unsupported browsers and policy errors are visible without contacting a fake issuer.