Closed
Bug 1861328
Opened 2 years ago
Closed 1 year ago
Make it clear the colour scheme toggles do not work when `privacy.resistFingerprinting` is enabled
Categories
(DevTools :: Inspector, defect, P3)
DevTools
Inspector
Tracking
(firefox132 verified, firefox133 verified)
VERIFIED
FIXED
132 Branch
People
(Reporter: glob, Assigned: fklc)
References
(Blocks 2 open bugs)
Details
Attachments
(1 file)
Steps to reproduce
- Set
privacy.resistFingerprintingtotrue - On a website that honours dark/light schemes, such as Bugzilla, use the Inspector's buttons to toggle dark mode
Actual
- Nothing
Expected
Either:
- A message indicating that
privacy.resistFingerprintingis preventing the action from completing successfully
or - The buttons should be disabled, with a tooltip indicating that they are disabled due to
privacy.resistFingerprinting
Comment 1•2 years ago
|
||
Thank you for the report Glob!
I can easily reproduce it on my machine (Win11)
| Assignee | ||
Comment 2•2 years ago
|
||
Updated•2 years ago
|
Assignee: nobody → fkilic
Status: NEW → ASSIGNED
Updated•2 years ago
|
Attachment #9420229 -
Attachment description: Bug 1861328: Implement resistfingerprinting actor for devtools and disable color mode simulation if needed. r?tjr → Bug 1861328: Disable color mode simulation if RFPTarget::CSSPrefersColorScheme is enabled. r?tjr
Pushed by fkilic@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/2e15fc9ac538
Disable color mode simulation if RFPTarget::CSSPrefersColorScheme is enabled. r=tjr,devtools-backward-compat-reviewers,devtools-reviewers,ochameau
Comment 4•1 year ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox132:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 132 Branch
Updated•1 year ago
|
Flags: qe-verify+
Reproducible on a 2024-09-19 Nightly build on Windows 10.
Issue is verified as fixed on Firefox 132.0b2 and Firefox Nightly 133.0a1 on Windows 10, Ubuntu 22, macOS 14.
You need to log in
before you can comment on or make changes to this bug.
Description
•