From 9d11ecbde0d2c6d8efdf22e665c69220a1b348b3 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Thu, 13 Jun 2024 09:58:30 -0400 Subject: [PATCH] Add cha-ua-form-factors to list of policy-controlled features 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 `'*'`