-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Accept-Language headers in service workers are missing a farbled weight #29372
Labels
feature/shields/fingerprint
The fingerprinting (aka: "device recognition") protection provided in Shields
OS/Android
Fixes related to Android browser functionality
OS/Desktop
priority/P3
The next thing for us to work on. It'll ride the trains.
privacy/feature
User-facing privacy- & security-focused feature work.
privacy/tracking
Preventing sites from tracking users across the web
QA Pass - Android ARM
QA Pass - Android Tab
QA Pass - Android 8+
QA Pass-Linux
QA Pass-macOS
QA Pass-Win64
QA/Test-All-Platforms
QA/Yes
release-notes/include
Milestone
Comments
pes10k
added
OS/Android
Fixes related to Android browser functionality
OS/Desktop
privacy/feature
User-facing privacy- & security-focused feature work.
privacy/tracking
Preventing sites from tracking users across the web
feature/shields/fingerprint
The fingerprinting (aka: "device recognition") protection provided in Shields
labels
Mar 28, 2023
ShivanKaul
added
the
priority/P3
The next thing for us to work on. It'll ride the trains.
label
Apr 25, 2023
I'm still seeing on 1.54.22 |
OK yes I've reproduced it now on a local build. |
25 tasks
stephendonner
added
the
QA/In-Progress
Indicates that QA is currently in progress for that particular issue
label
Jul 3, 2023
Verified
|
Brave | 1.54.90 Chromium: 115.0.5790.56 (Official Build) beta (x86_64) |
---|---|
Revision | ebcfb87c1393f36955cfa2f6451a1767e3dc3ee5-refs/branch-heads/5790@{#1193} |
OS | macOS Version 14.0 (Build 23A5276g) |
Steps:
- installed
1.54.90
- launched Brave
- loaded
https://dev-pages.brave.software/fingerprinting/exceptions.html
- clicked
Start tests
- noted the values for
Service Workers
Default fetch
wereen-US,en;q=0.7
- compared to
1.53.107
Confirmed the Accept-Language
headers now have farbling weights, for Service Workers
, as shown
https://dev-pages.brave.software/fingerprinting/exceptions.html
1.53.107 |
1.54.90 |
---|---|
https://dev-pages.bravesoftware.com/fingerprinting/exceptions.html
1.53.107 |
1.54.90 |
---|---|
Verification PASSED on
Brave 1.57.33 Chromium: 115.0.5790.114 (Official Build) beta (64-bit)
Revision 86b4ea1d70ce73c4468d84cc8277f1f9de14b8bc
OS Linux
Steps:
- installed
1.57.x
- launched Brave
- loaded
https://dev-pages.brave.software/fingerprinting/exceptions.html
- clicked
Start tests
- noted the values for
Service Workers
Default fetch
wereen-US,en;q=0.7
- compared to
1.56.x
Confirmed the Accept-Language
headers now have farbling weights, for Service Workers
, as shown
https://dev-pages.brave.software/fingerprinting/exceptions.html
1.56.x |
1.57.x |
---|---|
https://dev-pages.bravesoftware.com/fingerprinting/exceptions.html
1.56.x |
1.57.x |
---|---|
stephendonner
added
QA Pass-macOS
and removed
QA/In-Progress
Indicates that QA is currently in progress for that particular issue
labels
Jul 3, 2023
GeetaSarvadnya
added
QA/In-Progress
Indicates that QA is currently in progress for that particular issue
QA Pass-Linux
and removed
QA/In-Progress
Indicates that QA is currently in progress for that particular issue
labels
Aug 4, 2023
hffvld
added
the
QA/In-Progress
Indicates that QA is currently in progress for that particular issue
label
Aug 4, 2023
Verified on
STEPS:
ACTUAL RESULTS:
|
hffvld
added
QA Pass - Android ARM
QA Pass - Android Tab
QA Pass - Android 8+
and removed
QA/In-Progress
Indicates that QA is currently in progress for that particular issue
labels
Aug 4, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
feature/shields/fingerprint
The fingerprinting (aka: "device recognition") protection provided in Shields
OS/Android
Fixes related to Android browser functionality
OS/Desktop
priority/P3
The next thing for us to work on. It'll ride the trains.
privacy/feature
User-facing privacy- & security-focused feature work.
privacy/tracking
Preventing sites from tracking users across the web
QA Pass - Android ARM
QA Pass - Android Tab
QA Pass - Android 8+
QA Pass-Linux
QA Pass-macOS
QA Pass-Win64
QA/Test-All-Platforms
QA/Yes
release-notes/include
https://dev-pages.brave.software/fingerprinting/exceptions.html shows the issue
requests issued from service workers is missing a farbled weight value (i.e., the
q=.[0-9]
).The text was updated successfully, but these errors were encountered: