WICG / client-hints-infrastructure

Specification for the Client Hints infrastructure - privacy preserving proactive content negotiation
https://wicg.github.io/client-hints-infrastructure
Other
61 stars 26 forks source link

Fix Empty Header Handling #148

Closed arichiv closed 1 year ago

arichiv commented 1 year ago

It turns out that while you can split items in an sf-list across multiple headers, you cannot include empty headers without forcing the parsing to return no items.

Verified in https://chromium-review.googlesource.com/c/chromium/src/+/4324500 as proper parsing behavior.


Preview | Diff