Re: [w3c/permissions] Integrate with policy container (#240)

Sure, I am happy to help out. It was my plan to tackle this at some point (for Permissions Policy), although I am not sure when I'll have time.

Basically, we should extend html's [policy container](https://html.spec.whatwg.org/multipage/origin.html#policy-container) section so that a policy container also contains Permissions Policy, and adapt https://html.spec.whatwg.org/multipage/origin.html#creating-a-policy-container-from-a-fetch-response to parse Permissions Policy. The Permissions Policy spec should then use a Document's policy container's permissions policy for checking permissions.

(I have to dig a bit more to understand if it makes sense also for Permissions.)

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/permissions/issues/240#issuecomment-847870679

Received on Tuesday, 25 May 2021 13:29:18 UTC