WICG / trust-token-api

Trust Token API
https://wicg.github.io/trust-token-api/
Other
419 stars 84 forks source link

Update permission policy check #270

Closed aykutbulut closed 1 year ago

aykutbulut commented 1 year ago

Use "Should request be allowed to use feature?" algorithm instead of "Is feature enabled in document for origin?". The former requires only a policy feature and a request. This simplifies things.

Change the order of the arguments for "set private token properties for request from private token" in XHR section.

Fixes #269.


Preview | Diff