Skip to content

Commit

Permalink
Issue WICG#59 - Add UA-Bitness hint
Browse files Browse the repository at this point in the history
  • Loading branch information
miketaylr committed Mar 13, 2021
1 parent c17635d commit e04afcd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,7 @@ A <dfn>client hints token</dfn> is a [=byte-lowercase=] representation of one of
`Downlink`,
`ECT`,
`Sec-CH-UA-Arch`,
`Sec-CH-UA-Bitness`,
`Sec-CH-UA-Model`,
`Sec-CH-UA-Platform`,
`Sec-CH-UA-Platform-Version`,
Expand All @@ -314,6 +315,7 @@ the following [=policy-controlled features=]:
- <code><dfn export>ch-downlink</dfn></code> which has a [=default allowlist=] of `'self'`
- <code><dfn export>ch-ect</dfn></code> which has a [=default allowlist=] of `'self'`
- <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-model</dfn></code> which has a [=default allowlist=] of `'self'`
- <code><dfn export>ch-ua-platform</dfn></code> which has a [=default allowlist=] of `'self'`
- <code><dfn export>ch-ua-platform-version</dfn></code> which has a [=default allowlist=] of `'self'`
Expand Down Expand Up @@ -369,6 +371,8 @@ When asked to <dfn>find client hint value</dfn>, given |hint| as input, switch o
<dd>a suitable <a href=https://wicg.github.io/netinfo/#ect-request-header-field>ECT value</a>
<dt>`UA-Arch`
<dd>a suitable <a href=https://wicg.github.io/ua-client-hints/#sec-ch-ua-arch>Arch value</a>
<dt>`UA-Bitness`
<dd>a suitable <a href=https://wicg.github.io/ua-client-hints/#sec-ch-ua-bitness>Bitness value</a>
<dt>`UA-Model`
<dd>a suitable <a href=https://wicg.github.io/ua-client-hints/#sec-ch-ua-model>Model value</a>
<dt>`UA-Platform`
Expand Down

0 comments on commit e04afcd

Please sign in to comment.