Skip to content

Commit

Permalink
Issue WICG#59 - Add UA-Platform-Version (oops?)
Browse files Browse the repository at this point in the history
  • Loading branch information
miketaylr committed Mar 13, 2021
1 parent 86bc610 commit c17635d
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 @@ -291,6 +291,7 @@ A <dfn>client hints token</dfn> 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`.

Expand All @@ -315,6 +316,7 @@ the following [=policy-controlled features=]:
- <code><dfn export>ch-ua-arch</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'`
- <code><dfn export>ch-ua</dfn></code> which has a [=default allowlist=] of `'*'`
- <code><dfn export>ch-ua-mobile</dfn></code> which has a [=default allowlist=] of `'*'`

Expand Down Expand Up @@ -371,6 +373,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/ua-client-hints/#sec-ch-ua-model>Model value</a>
<dt>`UA-Platform`
<dd>a suitable <a href=https://wicg.github.io/ua-client-hints/#sec-ch-ua-platform>Platform value</a>
<dt>`UA-Platform Version`
<dd>a suitable <a href=https://wicg.github.io/ua-client-hints/#sec-ch-ua-platform-version>Platform-Version value</a>
<dt>`UA`
<dd>a suitable <a href=https://wicg.github.io/ua-client-hints/#sec-ch-ua>UA value</a>
<dt>`UA-Mobile`
Expand Down

0 comments on commit c17635d

Please sign in to comment.