WICG / trust-token-api

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

Compatibility with RFC8941 #268

Open aykutbulut opened 1 year ago

aykutbulut commented 1 year ago

Update the spec for headers to be compatible with RFC8941.

jyasskin commented 1 year ago

One thing to pay attention to as this proceeds is that the value in calls to "set a structured field value" should have a clear type. (https://github.com/whatwg/fetch/issues/1672) Most of our current uses leave that type pretty implicit, which means another implementation might serialize things differently.