diff --git a/index.bs b/index.bs index 8941928..a8209ac 100644 --- a/index.bs +++ b/index.bs @@ -291,6 +291,7 @@ A client hints token is a [=byte-lowercase=] representation of one of `Sec-CH-UA-Arch`, `Sec-CH-UA-Model`, `Sec-CH-UA-Platform`, + `Sec-CH-UA-Platform-Version`, `Sec-CH-UA` or `Sec-CH-UA-Mobile`. @@ -315,6 +316,7 @@ the following [=policy-controlled features=]: - ch-ua-arch which has a [=default allowlist=] of `'self'` - ch-ua-model which has a [=default allowlist=] of `'self'` - ch-ua-platform which has a [=default allowlist=] of `'self'` +- ch-ua-platform-version which has a [=default allowlist=] of `'self'` - ch-ua which has a [=default allowlist=] of `'*'` - ch-ua-mobile which has a [=default allowlist=] of `'*'` @@ -371,6 +373,8 @@ When asked to find client hint value, given |hint| as input, switch o
a suitable Model value
`UA-Platform`
a suitable Platform value +
`UA-Platform Version` +
a suitable Platform-Version value
`UA`
a suitable UA value
`UA-Mobile`