New issue
Advanced search Search tips

Issue 835420 link

Starred by 2 users

Issue metadata

Status: Started
Owner:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 2
Type: Bug



Sign in to add a comment

Ensure that client hint values are overwritten

Project Member Reported by tbansal@chromium.org, Apr 20 2018

Issue description

Currently, if a client hint request header is set by the JavaScript, and later by Chromium, then the two values are concatenated together.  e.g.,
dpr: 2.0, 3.4

However, for a given client hint header, the spec allows only one value to be set. 

We need to ensure that the client hint request header contains at most one value. Additionally, if the value is set using JavaScript, then Chromium should not override that value. 

 
Labels: -Pri-1 Pri-2

Sign in to add a comment