Skip to content

Commit

Permalink
Add ch-ua-form-factors to list of policy-controlled features (#162)
Browse files Browse the repository at this point in the history
Fixes #161
  • Loading branch information
miketaylr authored Jun 13, 2024
1 parent 11b77f0 commit 3f22f11
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ following specifications and proposals:
same-origin or delegated-to cross-origin requests. It also makes sure
hints are removed from not delegated-to cross-origin requests after
redirections.
- Defines the `Critical-CH` response header, which servers may use to request a restart
- Defines the `Critical-CH` response header, which servers may use to request a restart
to include critical Client Hints missing in the initial load.
- Integrates those concepts with the [[!HTML]] and [[!FETCH]] specifications,
by patching various concepts there.
Expand Down Expand Up @@ -445,6 +445,7 @@ the following [=policy-controlled features=]:
- <code><dfn export>ch-ua</dfn></code> which has a [=default allowlist=] of `'*'`
- <code><dfn export>ch-ua-arch</dfn></code> which has a [=default allowlist=] of `'self'`
- <code><dfn export>ch-ua-bitness</dfn></code> which has a [=default allowlist=] of `'self'`
- <code><dfn export>ch-ua-form-factors</dfn></code> which has a [=default allowlist=] of `'self'`
- <code><dfn export>ch-ua-full-version</dfn></code> which has a [=default allowlist=] of `'self'`
- <code><dfn export>ch-ua-full-version-list</dfn></code> which has a [=default allowlist=] of `'self'`
- <code><dfn export>ch-ua-mobile</dfn></code> which has a [=default allowlist=] of `'*'`
Expand Down

0 comments on commit 3f22f11

Please sign in to comment.