Closed
Description
Having to support <meta http-equiv>
significantly complicates implementation in browsers (as it forces header parsing to happen in the renderer, resulting in browsers having to trust their renderers).
But:
- First party CH processing requires the first party to inspect headers, so likely means they can set them as well.
- Third party CH processing requires the first party to set Feature Policy opt-in headers, so they might as well also opt-in to CH using headers.
Given the above, it doesn't seem that adding a header requirement on the first party will impact deployment complexity (beyond taking legacy content, already opting in through <meta>
, into consideration)
/cc @colinbendell & @eeeps for opinions
Metadata
Metadata
Assignees
Labels
No labels