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

Add digital-credential-get experimental permission to features.md #549

Closed pkotwicz closed 3 months ago

pkotwicz commented 5 months ago

Github issue for context https://github.com/WICG/digital-credentials/issues/78

clelland commented 5 months ago

I don't see a feature for this in the explainer, or in Chromium source code anywhere -- is this implemented or proposed yet?

pkotwicz commented 4 months ago

I don't see a feature for this in the explainer, or in Chromium source code anywhere -- is this implemented or proposed yet?

Yes. This is implemented behind the WebIdentityDigitalCredentials feature Code for permissions policy https://chromium-review.googlesource.com/c/chromium/src/+/5678955

clelland commented 4 months ago

Thanks! I'm happy to merge this as soon as that CL lands then.