w3c / webappsec-permissions-policy

A mechanism to selectively enable and disable browser features and APIs
https://w3c.github.io/webappsec-permissions-policy/
Other
399 stars 155 forks source link

Remove document-domain policy-controlled feature. #491

Closed otherdaniel closed 1 year ago

otherdaniel commented 2 years ago

This adds a "Retired Features" section and moves document-domain there, as this appears to be the first feature to be removed.

The change is meant to support removal of the document-domain policy in HTML and Chromium.

clelland commented 1 year ago

This looks good -- do you want to wait until whatwg/html#8549 lands, or do you think this should land first?

otherdaniel commented 1 year ago

This looks good -- do you want to wait until whatwg/html#8549 lands, or do you think this should land first?

Not sure. But since this claims that "their specification and/or implementations have been removed", it would seem more logical to wait for the HTML spec removal to land. :)

otherdaniel commented 1 year ago

[...] do you want to wait until whatwg/html#8549 lands [...]

That'd be now. :) Let's land this.

clelland commented 1 year ago

Done!