From 3f22f1167005ef36e4c492a7db5bfaf839769e8c Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Thu, 13 Jun 2024 12:12:41 -0400 Subject: [PATCH] Add ch-ua-form-factors to list of policy-controlled features (#162) Fixes #161 --- index.bs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.bs b/index.bs index 60cf0cc..ff41e2a 100644 --- a/index.bs +++ b/index.bs @@ -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. @@ -445,6 +445,7 @@ the following [=policy-controlled features=]: - ch-ua which has a [=default allowlist=] of `'*'` - ch-ua-arch which has a [=default allowlist=] of `'self'` - ch-ua-bitness which has a [=default allowlist=] of `'self'` +- ch-ua-form-factors which has a [=default allowlist=] of `'self'` - ch-ua-full-version which has a [=default allowlist=] of `'self'` - ch-ua-full-version-list which has a [=default allowlist=] of `'self'` - ch-ua-mobile which has a [=default allowlist=] of `'*'`