[wpt-sync] Sync PR 52191 - Return the empty string for UA-Platform-Version hint on Linux
Categories
(Core :: CSS Parsing and Computation, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox140 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Attachments
(2 files)
Sync web-platform-tests PR 52191 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/52191
Details from upstream follow.
Anton Bershanskyi <bershanskyi@gmail.com> wrote:
Return the empty string for UA-Platform-Version hint on Linux
Per https://github.com/WICG/ua-client-hints/commit/56df868c6c3564461b4c0a42ea603b80fa94c8d2
Prior to this commit, UA-Platform-Version HTTP header and User-Agent
high entropy hints revealed Linux kernel version number. This
information has no legitimate use on the web and is useful only for
fingerprinting. This commit replaces real Linux version with an empty
string, matching the current specification.Original patch proposed in
https://chromium-review.googlesource.com/c/chromium/src/+/4005183Bug: 40245146
Change-Id: I2781aea3eac37ae71a9f3c8e85985d9ad25a45da
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6061517
Commit-Queue: Anton Bershanskyi \<bershanskyi@gmail.com>
Reviewed-by: Mike Taylor \<miketaylr@chromium.org>
Reviewed-by: Victor Tan \<victortan@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1452234}
Assignee | ||
Updated•18 days ago
|
Assignee | ||
Comment 1•18 days ago
|
||
Assignee | ||
Updated•18 days ago
|
Assignee | ||
Updated•18 days ago
|
Assignee | ||
Comment 2•18 days ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 3 tests and 1 subtests
Status Summary
Firefox
OK
: 3
FAIL
: 3
Chrome
OK
: 3
FAIL
: 3
Safari
OK
: 3
FAIL
: 3
Links
Details
New Tests That Don't Pass
- /ua-client-hints/useragentdata.https.tentative.any.html [wpt.fyi]
- Platform version and wow64-ness on Linux should be fixed values:
FAIL
(Chrome:FAIL
, Safari:FAIL
)
- Platform version and wow64-ness on Linux should be fixed values:
- /ua-client-hints/useragentdata.https.tentative.any.worker.html [wpt.fyi]
- Platform version and wow64-ness on Linux should be fixed values:
FAIL
(Chrome:FAIL
, Safari:FAIL
)
- Platform version and wow64-ness on Linux should be fixed values:
- /workers/WorkerNavigator_userAgentData.https.tentative.html [wpt.fyi]
- Platform version and wow64-ness on Linux should contain fixed values:
FAIL
(Chrome:FAIL
, Safari:FAIL
)
- Platform version and wow64-ness on Linux should contain fixed values:
Assignee | ||
Comment 3•10 days ago
|
||
Automatic update from web-platform-tests
Return the empty string for UA-Platform-Version hint on Linux
Per https://github.com/WICG/ua-client-hints/commit/56df868c6c3564461b4c0a42ea603b80fa94c8d2
Prior to this commit, UA-Platform-Version HTTP header and User-Agent
high entropy hints revealed Linux kernel version number. This
information has no legitimate use on the web and is useful only for
fingerprinting. This commit replaces real Linux version with an empty
string, matching the current specification.
Original patch proposed in
https://chromium-review.googlesource.com/c/chromium/src/+/4005183
Bug: 40245146
Change-Id: I2781aea3eac37ae71a9f3c8e85985d9ad25a45da
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6061517
Commit-Queue: Anton Bershanskyi <bershanskyi@gmail.com>
Reviewed-by: Mike Taylor <miketaylr@chromium.org>
Reviewed-by: Victor Tan <victortan@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1452234}
--
wpt-commits: 4d8095e67bd20f37e712a3ca1da5fc10fd9a12ae
wpt-pr: 52191
Assignee | ||
Comment 4•10 days ago
|
||
wpt-pr: 52191
wpt-type: metadata
Comment 6•9 days ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/5df08f6654b8
https://hg.mozilla.org/mozilla-central/rev/43717c46ac75
Description
•