RESOLVED FIXED255447
ResolutionMediaFeatureEnabled is a no-op
https://bugs.webkit.org/show_bug.cgi?id=255447
Summary ResolutionMediaFeatureEnabled is a no-op
Sam Sneddon [:gsnedders]
Reported 2023-04-14 03:55:18 PDT
Since bug 248619 removed the (already dead) legacy media queries code, the ResolutionMediaFeatureEnabled setting has had no references within WebKit. While dropping this setting is probably fine, we shouldn't have the setting hang around while it does nothing.
Attachments
Tim Nguyen (:ntim)
Comment 1 2023-04-14 21:56:29 PDT
I wonder if we should reinstate this pref, I assume it was added to prevent fingerprinting. Though a better approach to prevent fingerprinting is to spoof this + other relevant vectors to 1x.
Sam Sneddon [:gsnedders]
Comment 2 2023-04-15 03:58:20 PDT
(In reply to Tim Nguyen (:ntim) from comment #1) > I wonder if we should reinstate this pref, I assume it was added to prevent > fingerprinting. Though a better approach to prevent fingerprinting is to > spoof this + other relevant vectors to 1x. No, it was added because it provided a path to enabling it in WebKit (versus the ~decade it had been behind a compile-time flag) and because we for a while had quirks that disabled it.
Radar WebKit Bug Importer
Comment 3 2023-04-21 03:56:17 PDT
Tim Nguyen (:ntim)
Comment 4 2023-04-28 11:40:07 PDT
EWS
Comment 5 2023-04-28 15:17:34 PDT
Committed 263519@main (2d54e17cd623): <https://commits.webkit.org/263519@main> Reviewed commits have been landed. Closing PR #13281 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.